mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
9ff2694155
Conflicts: - pkg/salt-minion.service - salt/modules/junos.py - salt/modules/localemod.py - salt/modules/win_system.py - salt/states/junos.py - tests/unit/modules/test_localemod.py - tests/unit/modules/test_win_powercfg.py - tests/unit/states/dockerng_test.py
14 lines
332 B
Desktop File
14 lines
332 B
Desktop File
[Unit]
|
|
Description=The Salt Minion
|
|
Documentation=man:salt-minion(1) file:///usr/share/doc/salt/html/contents.html https://docs.saltstack.com/en/latest/contents.html
|
|
After=network.target salt-master.service
|
|
|
|
[Service]
|
|
Type=notify
|
|
NotifyAccess=all
|
|
LimitNOFILE=8192
|
|
ExecStart=/usr/bin/salt-minion
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|