ebuilds/net-misc/nexd/files/nexd.initd

15 lines
243 B
Text

#!/sbin/openrc-run
description="Nex server"
supervisor=supervise-daemon
name="nexd"
command_user="nexd:nexd"
pidfile="/run/${RC_SVCNAME}.pid"
command="/usr/bin/nexd"
command_args="/srv/nex"
depend() {
need net localmount
after firewall
}