blob: 37a2eb3d7ddd00cbb4f8463b6095fe39e23f57c5 [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001[Unit]
2Description=FreeRADIUS high performance RADIUS server.
3After=syslog.target network.target
4
5[Service]
6Type=forking
Brad Bishop2d39a062019-10-28 08:33:36 -04007PIDFile=/run/radiusd/radiusd.pid
Patrick Williams8dd68482022-10-04 07:57:18 -05008ExecStartPre=-@BASE_BINDIR@/chown -R radiusd:radiusd /run/radiusd
Brad Bishopd7bf8c12018-02-25 22:55:05 -05009ExecStartPre=@SBINDIR@/radiusd -C
10ExecStart=@SBINDIR@/radiusd -d @SYSCONFDIR@/raddb
11ExecReload=@SBINDIR@/radiusd -C
12ExecReload=@BASE_BINDIR@/kill -HUP $MAINPID
13
14[Install]
15WantedBy=multi-user.target