freeradius3: Workaround the fifo error introduced by the update to 3.0.18
Signed-off-by: Robby K <robbyke@gmail.com>
This commit is contained in:
parent
7b122f6eeb
commit
5fe6e7d1f1
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue