summaryrefslogtreecommitdiffstats
path: root/rsyslog.service.in
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-03-11 10:25:29 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2011-03-11 10:25:29 +0100
commit3b8b32e822630b843fde997a8c5fe09597319241 (patch)
tree2e9f1a5ea4ea2768340eea958086807223facd06 /rsyslog.service.in
parent6c3ef4dacfa0a0fb0099299e30335c788704fe2a (diff)
downloadrsyslog-3b8b32e822630b843fde997a8c5fe09597319241.tar.gz
rsyslog-3b8b32e822630b843fde997a8c5fe09597319241.tar.xz
rsyslog-3b8b32e822630b843fde997a8c5fe09597319241.zip
adapted systemd rsyslog service file to v6
Diffstat (limited to 'rsyslog.service.in')
-rw-r--r--rsyslog.service.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsyslog.service.in b/rsyslog.service.in
index 898354d5..c3e149f1 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 -c5
+ExecStart=@sbindir@/rsyslogd -n -c6
Sockets=syslog.socket
[Install]