/usr/local/etc/rc.d in FreeBSD
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 write? any hint?
Just go to rc.d and see the details, for example :
monitor# cd /usr/local/etc/rc.d/
monitor# ls
apache radiusd snmptrapd
mysql-server snmpd svscan.sh
looking for available options for mysql server :
monitor# cat mysql-server | more
# Add the following line to /etc/rc.conf to enable mysql:
# mysql_enable (bool): Set to "NO" by default.
# Set it to "YES" to enable MySQL.
# mysql_limits (bool): Set to "NO" by default.
# Set it to yes to run `limits -e -U mysql`
# just before mysql starts.
# mysql_dbdir (str): Default to "/var/db/mysql"
# Base database directory.
# mysql_args (str): Custom additional arguments to be passed
# to mysqld_safe (default empty).
you can add in /etc/rc.conf another option beside : mysql_enable="YES"
like :
mysql_dbdir ="/home/mysql_data"
monitor# cat radiusd
#
# Add the following lines to /etc/rc.conf to enable radiusd:
#
# radiusd_enable="YES"
#
option for FreeBSD startup is in your hand
- freebsd /usr/local/etc/rc d
- /usr/local/etc/rc d
- /usr/local/etc/rcs
- radiusd_enable
- freebsd usr local etc rc d
- /usr/local/etc/rc d/
- /usr/local/etc/rc d freebsd
- rc d freebsd
- usr local etc rc d freebsd
- addin radiusd to startup
- freebsd /usr/local/etc/rc d startup order
- etc rc conf freebsd
- usr local etc rc d
- radiusd rc conf wont work freebsd
- when does /usr/local/etc/rcS
- radiusd freebsd startup
- php-fpm freebsd startup
- pfsense delete /etc/rc conf
- mysql_enable rc conf
- how to set limits rc d freebsd
- how to edit linux_enable=”YES” line in /etc/rc conf
- freebsd usr/local/etv/rc d httpd
- freebsd usr/local/etc/rc d
- freebsd usr local etc rc d not run
- radiusd_enable freebsd
- radiusd_enable=yes
- radiusd_enable=yes -x
- usr/local/etc/rc d
- usr local etc rcs
- server
- rc d ondemand
- rc d freebsd start server
- rc d freebsd add
- vi /usr/local/etc/rcS
- what is a picworker all about
- rc conf mysql_args
- rc conf /usr/local/etc/rc d
- radiusd_enable=yes debug
- rc conf mysql_data
- freebsd use local rc d do not execute
- freebsd startup /usr/local/etc/rc d
- freebsd /usr/local/etc/rc d start order
- freebsd /usr/local/etc/rc d do not start
- freebsd /usr/local/etc/rc d cannot start
- etc/rc d freebsd
- etc/rc conf ipv4_enable freebsd
- d server freebsd
- cd /usr/local/etc/rc d
- apache start /usr/local/etc/rc d/
- acceso denegado a /etc/rc conf en freebsd






No Comment
Random Post
Leave Your Comments Below