Accepting request 619196 from home:stroeder:branches:network

- also fix ownership of /var/log/radius in systemd unit

OBS-URL: https://build.opensuse.org/request/show/619196
OBS-URL: https://build.opensuse.org/package/show/network/freeradius-server?expand=0&rev=110
This commit is contained in:
Michael Ströder 2018-06-26 18:25:55 +00:00 committed by Git OBS Bridge
parent 16eca59475
commit 7a23e70bb4
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jun 26 18:24:21 UTC 2018 - michael@stroeder.com
- also fix ownership of /var/log/radius in systemd unit
-------------------------------------------------------------------
Tue Apr 17 22:00:15 UTC 2018 - michael@stroeder.com

View File

@ -5,7 +5,7 @@ After=syslog.target network.target
[Service]
Type=forking
PIDFile=/run/radiusd/radiusd.pid
ExecStartPre=-/bin/chown -R radiusd.radiusd /run/radiusd
ExecStartPre=-/bin/chown -R radiusd.radiusd /run/radiusd /var/log/radius
ExecStartPre=/usr/sbin/radiusd -C
ExecStart=/usr/sbin/radiusd -d /etc/raddb
ExecReload=/usr/sbin/radiusd -C