diff options
Diffstat (limited to 'testing/radsecproxy/radsecproxy.confd')
-rw-r--r-- | testing/radsecproxy/radsecproxy.confd | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/radsecproxy/radsecproxy.confd b/testing/radsecproxy/radsecproxy.confd new file mode 100644 index 0000000000..b831e90361 --- /dev/null +++ b/testing/radsecproxy/radsecproxy.confd @@ -0,0 +1,11 @@ +# Configuration for /etc/init.d/radsecproxy + +# Path of the main configuration file. +cfgfile="/etc/radsecproxy/radsecproxy.conf" + +# command to run +command=/usr/bin/radsecproxy + +# radsecproxy arguments for $command +# can append -d as debug level (1-5) +command_args="-c $cfgfile" |