summaryrefslogtreecommitdiff
path: root/rsyslog.service.in
diff options
context:
space:
mode:
Diffstat (limited to 'rsyslog.service.in')
-rw-r--r--rsyslog.service.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/rsyslog.service.in b/rsyslog.service.in
index 8e2d64c..cb629ee 100644
--- a/rsyslog.service.in
+++ b/rsyslog.service.in
@@ -1,11 +1,14 @@
[Unit]
Description=System Logging Service
Requires=syslog.socket
+Documentation=man:rsyslogd(8)
+Documentation=http://www.rsyslog.com/doc/
[Service]
Type=notify
ExecStart=@sbindir@/rsyslogd -n
StandardOutput=null
+Restart=on-failure
[Install]
WantedBy=multi-user.target