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.
This commit is contained in:
Dennis Herbrich 2014-04-23 15:11:00 +02:00
parent cd1104a976
commit f1a8a538fc

View File

@ -3,7 +3,7 @@ Description=The Salt Master Server
After=syslog.target network.target After=syslog.target network.target
[Service] [Service]
Type=Notify Type=notify
ExecStart=/usr/bin/salt-master ExecStart=/usr/bin/salt-master
[Install] [Install]