mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-09 01:41:38 +01: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
|
|
}
|