mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
13 lines
209 B
Plaintext
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
|
|
}
|