Accepting request 215047 from Base:System

- Added Restart=on-abort to rsyslog.service (fate#315133)

OBS-URL: https://build.opensuse.org/request/show/215047
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsyslog?expand=0&rev=83
This commit is contained in:
Stephan Kulow 2014-01-30 10:37:32 +00:00 committed by Git OBS Bridge
commit 60f58b2cd4
2 changed files with 9 additions and 9 deletions

View File

@ -1,12 +1,6 @@
--- --- rsyslog-7.4.8/rsyslog.service.in
rsyslog.service.in | 9 ++++++++- +++ rsyslog-7.4.8/rsyslog.service.in 2014/01/24 14:23:45
1 file changed, 8 insertions(+), 1 deletion(-) @@ -1,11 +1,19 @@
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 @@
[Unit] [Unit]
Description=System Logging Service Description=System Logging Service
Requires=syslog.socket Requires=syslog.socket
@ -23,6 +17,7 @@ Index: rsyslog-7.4.1/rsyslog.service.in
+ExecStartPre=@sbindir@/rsyslog-service-prepare +ExecStartPre=@sbindir@/rsyslog-service-prepare
+EnvironmentFile=-/etc/sysconfig/syslog +EnvironmentFile=-/etc/sysconfig/syslog
+ExecReload=/bin/kill -HUP $MAINPID +ExecReload=/bin/kill -HUP $MAINPID
+Restart=on-abort
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target

View File

@ -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 Wed Jan 8 22:28:47 UTC 2014 - andreas.stieger@gmx.de