bouncer/misc/packaging/openrc/bouncer-proxy.openrc.sh
William Petit 7a45a5ba3b
All checks were successful
Cadoles/bouncer/pipeline/head This commit looks good
fix(packaging): alpine startup script
2023-05-28 17:08:51 +02:00

11 lines
261 B
Bash

#!/sbin/openrc-run
command="/usr/bin/bouncer"
command_args="--workdir /usr/share/bouncer --config /etc/bouncer/config.yml server proxy run"
supervisor=supervise-daemon
output_log="/var/log/bouncer/proxy.log"
error_log="$output_log"
depend() {
need net
}