Hi all, I am rephrasing my question. I installed FreeRadius without rpm package on CentOS 4. I want FreeRadius to start automatically in background when System boots up. Thanks Wazb
Wasif wrote:
Hi all,
I am rephrasing my question. I installed FreeRadius without rpm package on CentOS 4. I want FreeRadius to start automatically in background when System boots up.
Thanks
Wazb
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Freeradius has no mechanism to do this on its own. You need to find out where the startup script for CentOS is. This is the place where you put all programs and scripts you want run automatically on boot. Almost every distrobution has one. When you find it, you just need to put the full path to your radius binary and any command line options. Chris Carver Network Engineer
Wasif wrote:
Hi all,
I am rephrasing my question. I installed FreeRadius without rpm package on CentOS 4. I want FreeRadius to start automatically in background when System boots up.
Edit /etc/rc.d/rc.local and add: /path/to/radiusd Or write an init script. There should be plenty in /etc/init.d to use for examples. -- Dennis Skinner Systems Administrator BlueFrog Internet http://www.bluefrog.com
Hi,
I am rephrasing my question. I installed FreeRadius without rpm package on CentOS 4. I want FreeRadius to start automatically in background when System boots up.
FreeRADIUS comes with some helpful example scripts etc. there is one for Redhat - which works on Fedora and should work on CentOS, simply copy the file (redhat/rc.radiusd-redhat) into the init.d directory....eg /etc/init.d/radiusd ..and then chkconfig radiusd on alan
may you have to do an "chkconfig radiusd add" first... A.L.M.Buxey@lboro.ac.uk schrieb:
Hi,
I am rephrasing my question. I installed FreeRadius without rpm package on CentOS 4. I want FreeRadius to start automatically in background when System boots up.
FreeRADIUS comes with some helpful example scripts etc. there is one for Redhat - which works on Fedora and should work on CentOS, simply copy the file (redhat/rc.radiusd-redhat) into the init.d directory....eg /etc/init.d/radiusd
..and then
chkconfig radiusd on
alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (5)
-
A.L.M.Buxey@lboro.ac.uk -
Chris Carver -
Dennis Skinner -
Marco Fretz -
Wasif