bstinson / centos / t_functional

Forked from centos/t_functional 3 years ago
Clone
Blob Blame History Raw
#!/bin/bash
# Author: Christoph Galuschka <christoph.galuschka@tiwag.at>

# Install freeradius
t_InstallPackage freeradius

# activate at boot
chkconfig radiusd on
# start daemon with default settings
t_ServiceControl radiusd start