mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
11 lines
169 B
Desktop File
11 lines
169 B
Desktop File
[Unit]
|
|
Description=The Salt Master Server
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/salt-master
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|