1[Unit]
2Description=FreeRADIUS high performance RADIUS server.
3After=syslog.target network.target
4
5[Service]
6Type=forking
7EnvironmentFile=-/etc/sysconfig/radiusd
8PIDFile=/run/radiusd/radiusd.pid
9ExecStartPre=-@BASE_BINDIR@/chown -R radiusd:radiusd /run/radiusd
10ExecStartPre=@SBINDIR@/radiusd -C
11ExecStart=@SBINDIR@/radiusd -d @SYSCONFDIR@/${MLPREFIX}raddb
12ExecReload=@SBINDIR@/radiusd -C
13ExecReload=@BASE_BINDIR@/kill -HUP $MAINPID
14
15[Install]
16WantedBy=multi-user.target
17