- Fixed rsyslog.service file to support reload (bnc#803994)

OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=128
This commit is contained in:
Marius Tomaschewski 2013-02-19 16:26:29 +00:00 committed by Git OBS Bridge
parent a979ac07f5
commit b936d506bf
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 19 16:25:03 UTC 2013 - mt@suse.de
- Fixed rsyslog.service file to support reload (bnc#803994)
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jan 15 09:35:07 UTC 2013 - mt@suse.de Tue Jan 15 09:35:07 UTC 2013 - mt@suse.de

View File

@ -10,6 +10,7 @@ Environment=RSYSLOGD_PARAMS=
ExecStartPre=@sbindir@/rsyslog-service-prepare ExecStartPre=@sbindir@/rsyslog-service-prepare
EnvironmentFile=-/etc/sysconfig/syslog EnvironmentFile=-/etc/sysconfig/syslog
ExecStart=@sbindir@/rsyslogd -n $RSYSLOGD_PARAMS ExecStart=@sbindir@/rsyslogd -n $RSYSLOGD_PARAMS
ExecReload=/bin/kill -HUP $MAINPID
Sockets=syslog.socket Sockets=syslog.socket
StandardOutput=null StandardOutput=null