2012-10-25 22:45:33 +00:00
|
|
|
[Unit]
|
|
|
|
Description=The Salt Minion
|
2017-05-24 09:14:39 +00:00
|
|
|
Documentation=man:salt-minion(1) file:///usr/share/doc/salt/html/contents.html https://docs.saltstack.com/en/latest/contents.html
|
2017-04-03 09:43:00 +00:00
|
|
|
After=network.target salt-master.service
|
2012-10-25 22:45:33 +00:00
|
|
|
|
|
|
|
[Service]
|
2017-11-07 13:11:23 +00:00
|
|
|
KillMode=process
|
2016-08-18 19:43:34 +00:00
|
|
|
Type=notify
|
2016-10-19 15:08:10 +00:00
|
|
|
NotifyAccess=all
|
2015-03-30 18:32:07 +00:00
|
|
|
LimitNOFILE=8192
|
2012-11-20 19:14:21 +00:00
|
|
|
ExecStart=/usr/bin/salt-minion
|
2012-10-25 22:45:33 +00:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|