aports/main/busybox-initscripts/klogd.initd

13 lines
209 B
Plaintext

#!/sbin/openrc-run
name="busybox klogd"
command="/sbin/klogd"
command_args="${KLOGD_OPTS}"
pidfile="/var/run/klogd.pid"
depend() {
need clock hostname localmount syslog
before net
keyword -vserver -lxc
}