mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
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:
parent
cd1104a976
commit
f1a8a538fc
@ -3,7 +3,7 @@ Description=The Salt Master Server
|
||||
After=syslog.target network.target
|
||||
|
||||
[Service]
|
||||
Type=Notify
|
||||
Type=notify
|
||||
ExecStart=/usr/bin/salt-master
|
||||
|
||||
[Install]
|
||||
|
Loading…
Reference in New Issue
Block a user