freeradius3: Workaround the fifo error introduced by the update to 3.0.18
authorRobby K <redacted>
Tue, 16 Apr 2019 14:08:25 +0000 (16:08 +0200)
committerRobby K <redacted>
Tue, 16 Apr 2019 14:08:25 +0000 (16:08 +0200)
Signed-off-by: Robby K <redacted>
net/freeradius3/files/radiusd.init

index f9ad433a7b6a9b521db0fecc1baf2c9af035be2a..effb2aee6bf8a7f47a131d4a3b877de93d8f1a62 100644 (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
git clone https://git.99rst.org/PROJECT