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:
committed by
Git OBS Bridge
parent
16eca59475
commit
7a23e70bb4
@@ -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
|
Tue Apr 17 22:00:15 UTC 2018 - michael@stroeder.com
|
||||||
|
|
||||||
|
@@ -5,7 +5,7 @@ After=syslog.target network.target
|
|||||||
[Service]
|
[Service]
|
||||||
Type=forking
|
Type=forking
|
||||||
PIDFile=/run/radiusd/radiusd.pid
|
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
|
ExecStartPre=/usr/sbin/radiusd -C
|
||||||
ExecStart=/usr/sbin/radiusd -d /etc/raddb
|
ExecStart=/usr/sbin/radiusd -d /etc/raddb
|
||||||
ExecReload=/usr/sbin/radiusd -C
|
ExecReload=/usr/sbin/radiusd -C
|
||||||
|
Reference in New Issue
Block a user