- 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:
parent
9493d97392
commit
4e8bf5191c
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user