mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 12:15:32 +03:00
11 lines
161 B
Text
11 lines
161 B
Text
#!/sbin/openrc-run
|
|
|
|
depend() {
|
|
use logger
|
|
}
|
|
|
|
command=/usr/bin/vdr
|
|
command_args=
|
|
command_background=true
|
|
pidfile="/run/${RC_SVCNAME}.pid"
|
|
command_user="vdr:vdr"
|