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:
Thomas Deutschmann 2017-04-03 11:43:00 +02:00
parent 2a23a63190
commit a177d7f0a1
No known key found for this signature in database
GPG key ID: 9709F90C3C96FFC8
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[Unit]
Description=The Salt Minion daemon
After=network.target
After=network.target salt-master.service
[Service]
Type=notify

View file

@ -1,6 +1,6 @@
[Unit]
Description=The Salt Minion
After=network.target
After=network.target salt-master.service
[Service]
Type=notify

View file

@ -1,6 +1,6 @@
[Unit]
Description=The Salt Minion
After=network.target
After=network.target salt-master.service
[Service]
Type=notify