fix: init.d for bubble pointed to wrong position
This commit is contained in:
@@ -4,7 +4,7 @@ depend() {
|
||||
need auth-server docker
|
||||
}
|
||||
|
||||
command="/bin/bubble"
|
||||
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