1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 11:45:18 +03:00
aports/testing/radsecproxy/radsecproxy.confd
Josef Vybíhal 2c6abe985e testing/radsecproxy: new aport
https://github.com/radsecproxy/radsecproxy
radsecproxy is a generic RADIUS proxy that supports both UDP and TLS (RadSec) RADIUS transports.
testing/
2020-09-20 17:51:16 -03:00

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"