mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Doing start in the background can cause problems, so let's not suggest it.
This commit is contained in:
parent
1fe31808d0
commit
d8d52e67c3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue