aports/testing/nldev/nldev.initd
2016-04-06 19:58:22 +00:00

15 lines
244 B
Plaintext

#!/sbin/openrc-run
name="$SVCNAME"
command="/sbin/$SVCNAME"
command_args="${NLDEV_OPTS:--k}"
pidfile="/var/run/$SVCNAME.pid"
command_background="yes"
depend() {
provide dev
need sysfs dev-mount
before checkfs fsck
keyword -lxc -vserver
}