Restarting Services on FreeBSD?

thoroughfare

Verified User
Joined
Aug 11, 2003
Messages
575
Hi,

The service command doesn't work in FreeBSD - using
PHP:
/etc/rc.d service name restart
works for some things, but not all :(

Should I use:

PHP:
kill -HUP servicename
?

For Apache, I know I could use
PHP:
apachectl restart
but DA advise against this because, well, it just doesn't work :D

Matt
 
Back
Top