- Fixed service file to use $ADDITIONAL_SOCKET without {} around

as systemd expands them differently (bnc#788330).

OBS-URL: https://build.opensuse.org/package/show/Base:System/syslogd?expand=0&rev=94
This commit is contained in:
Marius Tomaschewski 2012-11-22 17:15:45 +00:00 committed by Git OBS Bridge
parent 9493d97392
commit 4e8bf5191c
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Nov 22 17:10:08 UTC 2012 - mt@suse.com
- Fixed service file to use $ADDITIONAL_SOCKET without {} around
as systemd expands them differently (bnc#788330).
-------------------------------------------------------------------
Tue Nov 20 11:37:54 UTC 2012 - mt@suse.com

View File

@ -34,7 +34,7 @@ StandardOutput=null
Environment=ADDITIONAL_SOCKET=
ExecStartPre=/usr/sbin/syslogd-service-prepare
EnvironmentFile=-/var/run/syslogd/additional-log-sockets.env
ExecStart=/usr/sbin/syslogd ${ADDITIONAL_SOCKET}
ExecStart=/usr/sbin/syslogd $ADDITIONAL_SOCKET
ExecReload=/bin/systemctl kill --signal=TSTP klogd.service
ExecReload=/sbin/killproc -p /var/run/syslogd.pid -HUP /usr/sbin/syslogd
ExecReload=/bin/systemctl kill --signal=CONT klogd.service