Accepting request 1006870 from network
OBS-URL: https://build.opensuse.org/request/show/1006870 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freeradius-server?expand=0&rev=91
This commit is contained in:
commit
e082d6be78
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 29 08:57:18 UTC 2022 - Michael Ströder <michael@stroeder.com>
|
||||
|
||||
- use chown with colon instead dot in radiusd.service
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 21 00:49:49 UTC 2022 - William Brown <william.brown@suse.com>
|
||||
|
||||
|
@ -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 /var/log/radius
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user