summaryrefslogtreecommitdiffstats
path: root/rsyslog.service.in
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-03-10 03:08:42 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2011-03-11 09:59:17 +0100
commitfd26a42bdc04eaf497cafd9ef806a54f3de1a7e9 (patch)
treec310e140fd10fd678a782d6edf12cc596ac1da98 /rsyslog.service.in
parent9cc963926bad3de9a78df51a19456f419c34492a (diff)
downloadrsyslog-fd26a42bdc04eaf497cafd9ef806a54f3de1a7e9.tar.gz
rsyslog-fd26a42bdc04eaf497cafd9ef806a54f3de1a7e9.tar.xz
rsyslog-fd26a42bdc04eaf497cafd9ef806a54f3de1a7e9.zip
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.
Diffstat (limited to 'rsyslog.service.in')
-rw-r--r--rsyslog.service.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/rsyslog.service.in b/rsyslog.service.in
index 03db596e..898354d5 100644
--- a/rsyslog.service.in
+++ b/rsyslog.service.in
@@ -4,7 +4,6 @@ Description=System Logging Service
[Service]
ExecStartPre=/bin/systemctl stop systemd-kmsg-syslogd.service
ExecStart=@sbindir@/rsyslogd -n -c5
-ExecReload=/bin/kill -HUP $MAINPID
Sockets=syslog.socket
[Install]