mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
befb666623
Conflicts: salt/modules/mongodb.py salt/utils/http.py salt/utils/process.py tests/integration/__init__.py
13 lines
196 B
Desktop File
13 lines
196 B
Desktop File
[Unit]
|
|
Description=The Salt Minion
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
LimitNOFILE=8192
|
|
ExecStart=/usr/bin/salt-minion
|
|
KillMode=process
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|