Files
bearnet/image/overlay/etc/init.d/bubble
iceBear67 ce05ea534f fix fstab
2026-07-05 14:38:53 +08:00

12 lines
220 B
Plaintext
Executable File

#!/sbin/openrc-run
depend() {
need auth-server docker
}
command="/usr/bin/bubble"
command_args="-config /daemon/config.yaml 2>&1"
pidfile="/run/${RC_SVCNAME}.pid"
command_background=true
output_log="/data/bubble.log"