refactor: use bubble instead
This commit is contained in:
10
image/overlay/etc/init.d/bubble
Executable file
10
image/overlay/etc/init.d/bubble
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user