add 'nohup' to init.d script for Ubuntu

This commit is contained in:
Timofey Turenko 2015-03-04 18:45:36 +02:00
parent 2b8cb8aa94
commit d892c928ed

View File

@ -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