output logs to /dev/console
This commit is contained in:
@@ -5,6 +5,6 @@ depend() {
|
||||
}
|
||||
|
||||
command="/usr/bin/bubble"
|
||||
command_args="-config /daemon/config.yaml"
|
||||
command_args="-config /daemon/config.yaml >/dev/console 2>&1"
|
||||
pidfile="/run/${RC_SVCNAME}.pid"
|
||||
command_background=true
|
||||
|
||||
Reference in New Issue
Block a user