diff options
author | 2016-11-23 10:19:55 -0800 | |
---|---|---|
committer | 2016-11-26 14:27:17 -0800 | |
commit | 9a502883369ac2d353e09468aa6d0ac71c5b73a2 (patch) | |
tree | b77de32b4fc6587cc02737af62bdc83020447057 /net-dialup/freeradius/files | |
parent | net-dialup/freeradius: Allow parallel make. (diff) | |
download | gentoo-9a502883369ac2d353e09468aa6d0ac71c5b73a2.tar.gz gentoo-9a502883369ac2d353e09468aa6d0ac71c5b73a2.tar.bz2 gentoo-9a502883369ac2d353e09468aa6d0ac71c5b73a2.zip |
net-dialup/freeradius: Run service as radius user by default.
Bug: https://bugs.gentoo.org/465768
Diffstat (limited to 'net-dialup/freeradius/files')
-rw-r--r-- | net-dialup/freeradius/files/radius.conf-r4 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net-dialup/freeradius/files/radius.conf-r4 b/net-dialup/freeradius/files/radius.conf-r4 new file mode 100644 index 000000000000..a5760d29f7b9 --- /dev/null +++ b/net-dialup/freeradius/files/radius.conf-r4 @@ -0,0 +1,16 @@ +# Config file for /etc/init.d/radiusd + +# see man pages for radiusd run `radiusd -h` +# for valid cmdline options +#RADIUSD_OPTS="" + +# Change this value if you change it in /etc/raddb/radiusd.conf +pidfile=/var/run/radiusd/radiusd.pid + +# Change these values if you change them in /etc/raddb/radiusd.conf +RADIUSD_USER=radius +RADIUSD_GROUP=radius + +# If you set up logging to syslog in /etc/raddb/radiusd.conf, you want +# to uncomment the following line. +#rc_use="logger" |