mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 11:45:18 +03:00
https://github.com/radsecproxy/radsecproxy radsecproxy is a generic RADIUS proxy that supports both UDP and TLS (RadSec) RADIUS transports. testing/
11 lines
277 B
Text
11 lines
277 B
Text
# 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"
|