PDA

View Full Version : Restarting Services on FreeBSD?


thoroughfare
01-30-2005, 11:36 AM
Hi,

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

Should I use:

kill -HUP servicename?

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

Matt

interfasys
01-30-2005, 12:05 PM
Check the help site:
http://help.directadmin.com

/usr/local/etc/rc.d/httpd restart

thoroughfare
01-30-2005, 12:21 PM
Thanks! :D

Matt