Accepting request 1006867 from home:stroeder:branches:network
- use chown with colon instead dot in radiusd.service OBS-URL: https://build.opensuse.org/request/show/1006867 OBS-URL: https://build.opensuse.org/package/show/network/freeradius-server?expand=0&rev=155
This commit is contained in:
parent
d517bc32d2
commit
c89fc9c212
@ -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>
|
Thu Jul 21 00:49:49 UTC 2022 - William Brown <william.brown@suse.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 /var/log/radius
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user