mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
10 lines
169 B
Desktop File
10 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
|