salt/pkg/salt-master.service
Dennis Herbrich f1a8a538fc Fix typo in Type declaration of systemd unit
The systemd service type must be declared in lower case, otherwise systemd generated a warning and ignores the declaration.
2014-04-23 15:11:00 +02:00

11 lines
169 B
Desktop File

[Unit]
Description=The Salt Master Server
After=syslog.target network.target
[Service]
Type=notify
ExecStart=/usr/bin/salt-master
[Install]
WantedBy=multi-user.target