mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-13 00:16:45 +02:00
14 lines
234 B
Bash
Executable file
14 lines
234 B
Bash
Executable file
#!/sbin/openrc-run
|
|
supervisor=supervise-daemon
|
|
|
|
command="/usr/bin/reaction"
|
|
command_args="start -c $CONFIG $ARGS"
|
|
command_background="yes"
|
|
command_user="root"
|
|
|
|
pidfile="/var/run/${SVCNAME}.pid"
|
|
|
|
depend() {
|
|
need net
|
|
after firewall
|
|
}
|