diff --git a/rsyslog-unit.patch b/rsyslog-unit.patch index 91fa6ba..e347a01 100644 --- a/rsyslog-unit.patch +++ b/rsyslog-unit.patch @@ -1,12 +1,6 @@ ---- - rsyslog.service.in | 9 ++++++++- - 1 file changed, 8 insertions(+), 1 deletion(-) - -Index: rsyslog-7.4.1/rsyslog.service.in -=================================================================== ---- rsyslog-7.4.1.orig/rsyslog.service.in 2013-06-17 06:50:28.000000000 +0100 -+++ rsyslog-7.4.1/rsyslog.service.in 2013-06-22 21:41:46.000000000 +0100 -@@ -1,11 +1,18 @@ +--- rsyslog-7.4.8/rsyslog.service.in ++++ rsyslog-7.4.8/rsyslog.service.in 2014/01/24 14:23:45 +@@ -1,11 +1,19 @@ [Unit] Description=System Logging Service Requires=syslog.socket @@ -23,6 +17,7 @@ Index: rsyslog-7.4.1/rsyslog.service.in +ExecStartPre=@sbindir@/rsyslog-service-prepare +EnvironmentFile=-/etc/sysconfig/syslog +ExecReload=/bin/kill -HUP $MAINPID ++Restart=on-abort [Install] WantedBy=multi-user.target diff --git a/rsyslog.changes b/rsyslog.changes index 05b5ba4..3997046 100644 --- a/rsyslog.changes +++ b/rsyslog.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jan 24 14:22:08 UTC 2014 - mt@suse.de + +- Added Restart=on-abort to rsyslog.service (fate#315133) + ------------------------------------------------------------------- Wed Jan 8 22:28:47 UTC 2014 - andreas.stieger@gmx.de