Files
bearnet/image/overlay/etc/init.d/bubble
2026-06-22 15:28:27 +08:00

11 lines
185 B
Plaintext
Executable File

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