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