mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user