Files
bearnet/image/overlay/etc/init.d/bubble
T
2026-07-09 00:09:13 +08:00

14 lines
279 B
Plaintext
Executable File

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