11 lines
181 B
Plaintext
Executable File
11 lines
181 B
Plaintext
Executable File
#!/sbin/openrc-run
|
|
|
|
depend() {
|
|
need auth-server docker
|
|
}
|
|
|
|
command="/bin/bubble"
|
|
command_args="-config /daemon/config.yaml"
|
|
pidfile="/run/${RC_SVCNAME}.pid"
|
|
command_background=true
|