FreeBSD startup's archive
/usr/local/etc/rc.d in FreeBSD
by alamster in December 30th, 2007
Topics: Unix Tags: FreeBSD startup
How do I make mysql server start in startup?
How to make apache server start in startup?
How to make ftp server start in startup?
Simply, just installed via ports or package, in FreeBSD there is relation between /etc/rc.conf and /usr/local/etc/rc.d/
for example :
monitor# cat /etc/rc.conf
usbd_enable="NO"
sshd_enable="YES"
apache_enable="YES"
mysql_enable="YES"
svscan_enable="YES"
linux_enable="YES"
radiusd_enable="YES"
just write service name followed by value, YES or NO
I’m not sure what to [...]
Freelance Project:
- PHP expert wanted 4 by DreamITSolutions
- PHP expert wanted - 2 by DreamITSolutions
- PHP expert wanted - 1 by DreamITSolutions
- Video Testimonial For Survey Website by etrinity
- 3D project for Milam by bryeva
- thesa-nov-20-7 articles by Gamit
- Christmas Logo by ystrad
- 20 REWRITES A DAY -- ENGLISH NATIVE SPEAKERS by sebaciele
- shimona only-20-nov-7 articles by Gamit
- Web Extraction Software Needed by scottmansell


