mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
b1a4ade618
Declaring After=syslog.target is unnecessary by now because syslog is socket-activated and will therefore be started when needed. Thus remove the obsolete syslog.target from the systemd service files.
12 lines
172 B
Desktop File
12 lines
172 B
Desktop File
[Unit]
|
|
Description=The Salt Master Server
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
LimitNOFILE=8192
|
|
ExecStart=/usr/bin/salt-syndic
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|