mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Prevent several minion processes on the same machine (#33464)
This commit is contained in:
parent
c8b4f338d8
commit
3b12f396b4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue