mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
salt-minion.service: Start after salt-master.service
On systems where you have both services, salt-master and salt-minion, enabled, you want that salt-minion.service starts after salt-master.service so that the minion will be able to connect to the master on first attempt.
This commit is contained in:
parent
2a23a63190
commit
a177d7f0a1
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
[Unit]
|
||||
Description=The Salt Minion daemon
|
||||
After=network.target
|
||||
After=network.target salt-master.service
|
||||
|
||||
[Service]
|
||||
Type=notify
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[Unit]
|
||||
Description=The Salt Minion
|
||||
After=network.target
|
||||
After=network.target salt-master.service
|
||||
|
||||
[Service]
|
||||
Type=notify
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[Unit]
|
||||
Description=The Salt Minion
|
||||
After=network.target
|
||||
After=network.target salt-master.service
|
||||
|
||||
[Service]
|
||||
Type=notify
|
||||
|
|
Loading…
Add table
Reference in a new issue