mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
3f09d58fff
Conflicts: salt/cloud/clouds/vmware.py salt/modules/rh_ip.py salt/modules/s3.py salt/modules/saltutil.py salt/modules/zypper.py salt/spm/__init__.py salt/utils/aws.py salt/utils/s3.py tests/unit/modules/s3_test.py tests/unit/pydsl_test.py
14 lines
221 B
Desktop File
14 lines
221 B
Desktop File
[Unit]
|
|
Description=The Salt Master Server
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
LimitNOFILE=16384
|
|
Type=notify
|
|
NotifyAccess=all
|
|
ExecStart=/usr/bin/salt-master
|
|
KillMode=process
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|