Revert "add 'nohup' to init.d script for Ubuntu"

This reverts commit d892c928ede0bb4e21b10c2bddf7c2c3504cfc76.
This commit is contained in:
Timofey Turenko 2015-03-04 21:38:52 +02:00
parent d892c928ed
commit 3dacb257c9

View File

@ -58,7 +58,7 @@ RETVAL=0
start() {
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