1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 04:05:40 +03:00
aports/testing/nldev/nldev.initd
2016-04-06 19:58:22 +00:00

14 lines
244 B
Text

#!/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
}