16 lines
418 B
Desktop File
16 lines
418 B
Desktop File
[Unit]
|
|
Description=FreeRADIUS high performance RADIUS server.
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=/run/radiusd/radiusd.pid
|
|
ExecStartPre=-@BASE_BINDIR@/chown -R radiusd.radiusd /run/radiusd
|
|
ExecStartPre=@SBINDIR@/radiusd -C
|
|
ExecStart=@SBINDIR@/radiusd -d @SYSCONFDIR@/raddb
|
|
ExecReload=@SBINDIR@/radiusd -C
|
|
ExecReload=@BASE_BINDIR@/kill -HUP $MAINPID
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|