Browse Source

freeradius2: create temp directory /tmp/radiusd

Fixes issue openwrt#3403 "radiusd requires a temporary directory to be existent for certain operations, like verification of certificates."

Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
lilik-openwrt-22.03
Alberto Bursi 8 years ago
committed by GitHub
parent
commit
4b52906828
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      net/freeradius2/files/radiusd.init

+ 1
- 0
net/freeradius2/files/radiusd.init View File

@ -17,6 +17,7 @@ start_service()
mkdir -p /var/log
mkdir -p /var/run
mkdir -p /var/db/radacct
mkdir -p /tmp/radiusd
procd_open_instance
procd_set_param command $PROG -f


Loading…
Cancel
Save