summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-connectivity/freeradius/files/radiusd-volatiles.conf2
-rw-r--r--meta-networking/recipes-connectivity/freeradius/files/radiusd.service2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-connectivity/freeradius/files/radiusd-volatiles.conf b/meta-networking/recipes-connectivity/freeradius/files/radiusd-volatiles.conf
index fa62962975..f3619dddb6 100644
--- a/meta-networking/recipes-connectivity/freeradius/files/radiusd-volatiles.conf
+++ b/meta-networking/recipes-connectivity/freeradius/files/radiusd-volatiles.conf
@@ -1,2 +1,2 @@
1d /var/log/radius 0755 radiusd radiusd - 1d /var/log/radius 0755 radiusd radiusd -
2d /var/run/radiusd 0755 radiusd radiusd - 2d /run/radiusd 0755 radiusd radiusd -
diff --git a/meta-networking/recipes-connectivity/freeradius/files/radiusd.service b/meta-networking/recipes-connectivity/freeradius/files/radiusd.service
index 2d766488e6..37a2eb3d7d 100644
--- a/meta-networking/recipes-connectivity/freeradius/files/radiusd.service
+++ b/meta-networking/recipes-connectivity/freeradius/files/radiusd.service
@@ -5,7 +5,7 @@ After=syslog.target network.target
5[Service] 5[Service]
6Type=forking 6Type=forking
7PIDFile=/run/radiusd/radiusd.pid 7PIDFile=/run/radiusd/radiusd.pid
8ExecStartPre=-@BASE_BINDIR@/chown -R radiusd.radiusd /run/radiusd 8ExecStartPre=-@BASE_BINDIR@/chown -R radiusd:radiusd /run/radiusd
9ExecStartPre=@SBINDIR@/radiusd -C 9ExecStartPre=@SBINDIR@/radiusd -C
10ExecStart=@SBINDIR@/radiusd -d @SYSCONFDIR@/raddb 10ExecStart=@SBINDIR@/radiusd -d @SYSCONFDIR@/raddb
11ExecReload=@SBINDIR@/radiusd -C 11ExecReload=@SBINDIR@/radiusd -C