add 'nohup' to init.d script for Ubuntu
This commit is contained in:
parent
2b8cb8aa94
commit
d892c928ed
@ -58,7 +58,7 @@ RETVAL=0
|
||||
|
||||
start() {
|
||||
log_daemon_msg "Starting MaxScale"
|
||||
start_daemon -p $MAXSCALE_PIDFILE $DAEMON 2> /dev/null
|
||||
nohup start_daemon -p $MAXSCALE_PIDFILE $DAEMON 2> /dev/null &
|
||||
|
||||
sleep 2
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user