mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
9673fd0937
Conflicts: salt/cloud/clouds/ec2.py tests/unit/states/file_test.py
14 lines
207 B
Desktop File
14 lines
207 B
Desktop File
[Unit]
|
|
Description=The Salt Master Server
|
|
After=network.target
|
|
|
|
[Service]
|
|
LimitNOFILE=16384
|
|
Type=notify
|
|
NotifyAccess=all
|
|
ExecStart=/usr/bin/salt-master
|
|
KillMode=process
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|