mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-30 10:51:39 +02:00
15 lines
234 B
Plaintext
15 lines
234 B
Plaintext
#!/sbin/openrc-run
|
|
|
|
supervisor=supervise-daemon
|
|
name=vlmcsd
|
|
command="/usr/bin/vlmcsd"
|
|
command_user=vlmcsd
|
|
command_args="-l syslog"
|
|
pidfile="/run/vlmcsd.pid"
|
|
|
|
depend() {
|
|
use logger dns
|
|
need net
|
|
after firewall
|
|
}
|