mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-06 17:22:07 +01:00
15 lines
234 B
Bash
Executable File
15 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
|
|
}
|