Doing start in the background can cause problems, so let's not suggest it.

This commit is contained in:
Daniel Bradshaw 2013-05-30 18:05:57 +01:00
parent 1fe31808d0
commit d8d52e67c3

View file

@ -206,7 +206,7 @@ Below is an example for Ubuntu Oneiric:
fi
fi
/etc/init.d/salt-$fname stop > /dev/null 2>&1
/etc/init.d/salt-$fname start &
/etc/init.d/salt-$fname start
done
}