From 07a8af9a1bfa18a1f612378c4da516958fc30fd5 Mon Sep 17 00:00:00 2001 From: Changqing Li Date: Wed, 27 Feb 2019 11:04:01 +0800 Subject: freeradius: update radiusd.service Update radiusd.service that not run script /etc/raddb/certs/bootstrap before start radiusd. The script makes a set of default certificates. It should be only used for test purpose. Signed-off-by: Changqing Li Signed-off-by: Khem Raj --- meta-networking/recipes-connectivity/freeradius/files/radiusd.service | 1 - 1 file changed, 1 deletion(-) (limited to 'meta-networking/recipes-connectivity') diff --git a/meta-networking/recipes-connectivity/freeradius/files/radiusd.service b/meta-networking/recipes-connectivity/freeradius/files/radiusd.service index 899c4e4955..8dae0df5bd 100644 --- a/meta-networking/recipes-connectivity/freeradius/files/radiusd.service +++ b/meta-networking/recipes-connectivity/freeradius/files/radiusd.service @@ -6,7 +6,6 @@ After=syslog.target network.target Type=forking PIDFile=@STATEDIR@/run/radiusd/radiusd.pid ExecStartPre=-@BASE_BINDIR@/chown -R radiusd.radiusd @STATEDIR@/run/radiusd -ExecStartPre=-@BASE_BINDIR@/sh -c "if [ ! -f @SYSCONFDIR@/raddb/certs/server.pem ]; then sudo -u radiusd @SYSCONFDIR@/raddb/certs/bootstrap; fi" ExecStartPre=@SBINDIR@/radiusd -C ExecStart=@SBINDIR@/radiusd -d @SYSCONFDIR@/raddb ExecReload=@SBINDIR@/radiusd -C -- cgit 1.2.3-korg