mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-17 19:50:41 +01:00
rsyslog doesn't actually do a configuration reload on SIGHUP, hence let's not pretend it does and drop the ExecReload= line, so that the clients will rather restart than reload the service.
11 lines
211 B
SYSTEMD
11 lines
211 B
SYSTEMD
[Unit]
|
|
Description=System Logging Service
|
|
|
|
[Service]
|
|
ExecStartPre=/bin/systemctl stop systemd-kmsg-syslogd.service
|
|
ExecStart=@sbindir@/rsyslogd -n -c5
|
|
Sockets=syslog.socket
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|