Date: Thu, 25 Mar 99 20:03:19 -0500 From: FreeBSD Questions <freebsd@netsys.hn> To: Christophe HEISER <c.heiser@genesys.com> Cc: "freebsd-questions@FreeBSD.ORG" <freebsd-questions@FreeBSD.ORG> Subject: Re: Use of ASCEND Freeware RADIUS server Message-ID: <199903260203.UAA22850@mail.netsys.hn>
index | next in thread | raw e-mail
-- [ From: FreeBSD Questions * EMC.Ver #2.5.02 ] --
> Hello,
>
> I am using ASCEND Freeware RADIUS server provided with FreeBSD
installation CD
> set on a FreeBSD 2-2-8 server.
>
> So far, it works perfectly but I am not able to make the radius daemon to
start
> automatically at system reboot So I have to log in after reboot and launch
it
> manually. That's not very efficient...
>
> Does someone know how to launch it automatically via an initialization
script
> or another mechanism at system boot ?
Sure, create the /etc/rc.local file and put this in:
if [ -f /etc/defaults/rc.conf ]; then
. /etc/defaults/rc.conf
fi
/usr/local/sbin/radiusd
> Thanks in advance...
>
> Christophe HEISER
> Email : c.heiser@genesys.com
>
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe
> freebsd-questions" in the body of the message
>
-------- REPLY, End of original message --------
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199903260203.UAA22850>
