mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-03 03:21:35 +02:00
12 lines
161 B
Plaintext
12 lines
161 B
Plaintext
#!/sbin/openrc-run
|
|
|
|
depend() {
|
|
use logger
|
|
}
|
|
|
|
command=/usr/bin/vdr
|
|
command_args=
|
|
command_background=true
|
|
pidfile="/run/${RC_SVCNAME}.pid"
|
|
command_user="vdr:vdr"
|