Files
bearnet/image/overlay/etc/init.d/bubble
T

15 lines
289 B
Plaintext
Executable File

#!/sbin/openrc-run
depend() {
need docker tsdns
}
supervisor="supervise-daemon"
restart_max=20
restart_delay=10
command="/usr/bin/bubble-wrapper"
command_args="-config /daemon/config.yaml 2>&1"
pidfile="/run/${RC_SVCNAME}.pid"
output_log="/data/bubble.log"
error_log="/data/bubble.err"