chkconfig on FreeBSD to start services automatically initial boot time
Q. How do I use chkconfig on FreeBSD to start services automatically?
A. You cannot use chkconfig on FreeBSD. It is RedHat/CentOS/Fedora Core only command. FreeBSD provides another facility called rc.conf. This file contains which services should be started up at system initial boot time. You can edit this file by hand using text editor or use sysinstall text based GUI tool to update this file.
Task: Start services automatically initial boot time
For example to start OpenSSH / SSHD services automatically initial boot time:
# vi /etc/rc.conf
Append following line:
sshd_enable="YES"
Save and close the file.
Task: Start services automatically initial boot time using sysinstall
Type the following command:
# sysinstall
See this article how to use sysinstall to start services.
Linux Powered Asus EEE Laptop PC From $299
E-mail
Print
Can't find an answer to your question? Contact us
Related Other Helpful FAQs:
- Fedora Core Linux chkconfig does not display service name
- FreeBSD Disable /etc/rc.d Services Which Started Up At Initial Boot Time
- Linux Restart IMAP Services ( dovecot IMAP server )
- Debian or Ubuntu Linux runlevel configuration tool to start service
- update-rc.d like command on Redhat Enterprise / CentOS Linux
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!


Recent Comments
Today ~ 17 Comments
Today ~ 5 Comments
Today ~ 11 Comments
Yesterday ~ 24 Comments
Yesterday ~ 6 Comments