14 lines
224 B
Desktop File
14 lines
224 B
Desktop File
[Unit]
|
|
Description=The Salt Minion
|
|
After=network.target salt-master.service
|
|
|
|
[Service]
|
|
KillMode=process
|
|
Type=notify
|
|
NotifyAccess=all
|
|
LimitNOFILE=8192
|
|
ExecStart=/opt/salt/bin/salt-minion
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|