diff options
author | Robby K <robbyke@gmail.com> | 2019-04-16 16:08:25 +0200 |
---|---|---|
committer | Robby K <robbyke@gmail.com> | 2019-04-16 16:08:25 +0200 |
commit | 5fe6e7d1f195fd4759b3080582c31ac392e50b66 (patch) | |
tree | 86d3858b3a5db8929a2be12e879e83faf51a2530 /net/freeradius3/files | |
parent | 7b122f6eeb7f8fa204dedea4aa1955be3dc04a65 (diff) |
freeradius3: Workaround the fifo error introduced by the update to 3.0.18
Signed-off-by: Robby K <robbyke@gmail.com>
Diffstat (limited to 'net/freeradius3/files')
-rw-r--r-- | net/freeradius3/files/radiusd.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/freeradius3/files/radiusd.init b/net/freeradius3/files/radiusd.init index f9ad433a7..effb2aee6 100644 --- a/net/freeradius3/files/radiusd.init +++ b/net/freeradius3/files/radiusd.init @@ -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 |