mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00

Conflicts: salt/modules/mongodb.py salt/utils/http.py salt/utils/process.py tests/integration/__init__.py
12 lines
196 B
Desktop File
12 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
|