rsyslog/rsyslog.service.in
Lennart Poettering fd26a42bdc systemd: do not hook up SIGHUP for reload
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.
2011-03-11 09:59:17 +01:00

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