- Removed {} arround RSYSLOG_PARAMS variable in service file. systemd

seems sometimes to not like it any more (bnc#788330).

OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=116
This commit is contained in:
Marius Tomaschewski 2012-11-22 16:56:05 +00:00 committed by Git OBS Bridge
parent 86d58ec676
commit b7ebaf8cc5
2 changed files with 3 additions and 1 deletions

View File

@ -72,6 +72,8 @@ Thu Nov 22 14:12:36 UTC 2012 - mt@suse.com
after a successful conversion.
- imklog: fixed a conversion bug causing a <1sec incorrectness
of the message time when the kernel timestamp is parsed.
- Removed {} arround RSYSLOG_PARAMS variable in service file. systemd
seems sometimes to not like it any more (bnc#788330).
-------------------------------------------------------------------
Tue Nov 20 11:44:16 UTC 2012 - mt@suse.com

View File

@ -9,7 +9,7 @@ Conflicts=syslog-ng.service syslogd.service
Environment=RSYSLOGD_PARAMS=
ExecStartPre=@sbindir@/rsyslog-service-prepare
EnvironmentFile=-/etc/sysconfig/syslog
ExecStart=@sbindir@/rsyslogd -n ${RSYSLOGD_PARAMS}
ExecStart=@sbindir@/rsyslogd -n $RSYSLOGD_PARAMS
Sockets=syslog.socket
StandardOutput=null