summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2012-10-16 16:48:14 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-10-16 18:25:00 +0200
commitc86761d9124457c5ca380104ed7b99a524707298 (patch)
treecb39853955717eb86399d04f6ba5b30c432a49b3
parent9cfb0aee7d7fa5304b44cbc35e005cc8189bb581 (diff)
downloadrsyslog-c86761d9124457c5ca380104ed7b99a524707298.tar.gz
rsyslog-c86761d9124457c5ca380104ed7b99a524707298.tar.xz
rsyslog-c86761d9124457c5ca380104ed7b99a524707298.zip
systemd: Drop obsolete compatibility flag
In v6 [1], the compatibility mode has been removed and -c is a basically a no-op. So just drop that obsolete command line flag. [1] http://www.rsyslog.com/doc/v6compatibility.html
-rw-r--r--rsyslog.service.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsyslog.service.in b/rsyslog.service.in
index a5d53ad2..2265a491 100644
--- a/rsyslog.service.in
+++ b/rsyslog.service.in
@@ -3,7 +3,7 @@ Description=System Logging Service
[Service]
ExecStartPre=/bin/systemctl stop systemd-kmsg-syslogd.service
-ExecStart=@sbindir@/rsyslogd -n -c6
+ExecStart=@sbindir@/rsyslogd -n
Sockets=syslog.socket
StandardOutput=null