2013-10-16 20:25:42 +02:00
|
|
|
[Unit]
|
|
|
|
Description=FreeRADIUS high performance RADIUS server.
|
|
|
|
After=syslog.target network.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=forking
|
2014-07-29 11:39:25 +02:00
|
|
|
PIDFile=/run/radiusd/radiusd.pid
|
|
|
|
ExecStartPre=-/bin/chown -R radiusd.radiusd /run/radiusd
|
2013-10-16 20:25:42 +02:00
|
|
|
ExecStartPre=/usr/sbin/radiusd -C
|
|
|
|
ExecStart=/usr/sbin/radiusd -d /etc/raddb
|
|
|
|
ExecReload=/usr/sbin/radiusd -C
|
|
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|