mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
11 lines
166 B
Desktop File
11 lines
166 B
Desktop File
[Unit]
|
|
Description=The Salt Minion
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/usr/bin/salt-minion -d
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|