blob: b831e903619218f1c5b39fdd9cf10f1c215874e9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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"
|