Prevent several minion processes on the same machine (#33464)

This commit is contained in:
Bo Maryniuk 2016-05-24 16:37:03 +02:00 committed by Mike Place
parent c8b4f338d8
commit 3b12f396b4

View file

@ -55,7 +55,7 @@ RETVAL=0
start() {
echo -n $"Starting salt-minion daemon: "
if [ -f $SUSE_RELEASE ]; then
startproc -f -p /var/run/$SERVICE.pid $SALTMINION -d $MINION_ARGS
startproc -p /var/run/$SERVICE.pid $SALTMINION -d $MINION_ARGS
rc_status -v
elif [ -e $DEBIAN_VERSION ]; then
if [ -f $LOCKFILE ]; then