2012-10-26 09:45:33 +11:00
|
|
|
[Unit]
|
|
|
|
Description=The Salt Minion
|
2017-05-24 11:14:39 +02: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 11:43:00 +02:00
|
|
|
After=network.target salt-master.service
|
2012-10-26 09:45:33 +11:00
|
|
|
|
|
|
|
[Service]
|
2017-11-07 15:11:23 +02:00
|
|
|
KillMode=process
|
2016-08-18 14:43:34 -05:00
|
|
|
Type=notify
|
2016-10-19 10:08:10 -05:00
|
|
|
NotifyAccess=all
|
2015-03-30 13:32:07 -05:00
|
|
|
LimitNOFILE=8192
|
2012-11-20 12:14:21 -07:00
|
|
|
ExecStart=/usr/bin/salt-minion
|
2012-10-26 09:45:33 +11:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|