You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
550 B
17 lines
550 B
[Unit] |
|
Description=FreeRADIUS high performance RADIUS server. |
|
After=syslog.target network-online.target ipa.service dirsrv.target krb5kdc.service |
|
|
|
[Service] |
|
Type=forking |
|
PIDFile=/var/run/radiusd/radiusd.pid |
|
ExecStartPre=-/bin/chown -R radiusd.radiusd /var/run/radiusd |
|
ExecStartPre=/bin/sh /etc/raddb/certs/bootstrap |
|
ExecStartPre=/bin/chgrp -R radiusd /etc/raddb/certs/ |
|
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
|
|
|