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:
Adam Majer 2022-09-29 09:02:13 +00:00 committed by Git OBS Bridge
parent d517bc32d2
commit c89fc9c212
2 changed files with 6 additions and 1 deletions

View File

@ -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>

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 /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