summaryrefslogtreecommitdiffstats
path: root/rsyslog.service.in
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-04-12 10:47:09 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-04-12 10:47:09 +0200
commit3dbbb21e71b53572d0e5eae106906c161309a3fe (patch)
tree54b96b77725635ad64880ea5cba4187b50c8a3e6 /rsyslog.service.in
parentd5def0d553961eac571e8ca5b6fab5733c851b9f (diff)
parent9348c80744b29fb5f91b5d8edd3f9070f0d0347b (diff)
downloadrsyslog-3dbbb21e71b53572d0e5eae106906c161309a3fe.tar.gz
rsyslog-3dbbb21e71b53572d0e5eae106906c161309a3fe.tar.xz
rsyslog-3dbbb21e71b53572d0e5eae106906c161309a3fe.zip
Merge branch 'v5-beta' into v5-stable
plus bump to new v5-stable Conflicts: ChangeLog configure.ac doc/manual.html
Diffstat (limited to 'rsyslog.service.in')
-rw-r--r--rsyslog.service.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/rsyslog.service.in b/rsyslog.service.in
new file mode 100644
index 00000000..898354d5
--- /dev/null
+++ b/rsyslog.service.in
@@ -0,0 +1,10 @@
+[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