Browse Source

freeradius3: Workaround the fifo error introduced by the update to 3.0.18

Signed-off-by: Robby K <robbyke@gmail.com>
lilik-openwrt-22.03
Robby K 5 years ago
parent
commit
5fe6e7d1f1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/freeradius3/files/radiusd.init

+ 1
- 1
net/freeradius3/files/radiusd.init View File

@ -19,7 +19,7 @@ start_service()
mkdir -p /var/db/radacct
procd_open_instance
procd_set_param command $PROG -f
procd_set_param command $PROG -s
procd_set_param env LD_LIBRARY_PATH=/usr/lib/freeradius3
[ -n "$IPADDR" ] && procd_append_param command -i $IPADDR
[ -n "$OPTIONS" ] && procd_append_param command $OPTIONS


Loading…
Cancel
Save