qacafe - ip test solutions
Knowledge Base > BuddyWeb > How do I configure BuddyWeb to start automatically?

How do I configure BuddyWeb to start automatically?

BuddyWeb can be started automatically each time your Linux system is restarted. An init.d style start-up script can be found in the /usr/buddyweb/extras directory. There are different scripts available for different Linux distributions. Use the following instructions to configure the system to automatically start BuddyWeb. Once the start-up script is installed, BuddyWeb will start automatically each time the system is booted. For additional help, contact support@qacafe.com.

Red Hat

1.	Copy the buddyweb.redhat script to /etc/init.d/buddyweb
# cp buddyweb.redhat /etc/init.d/buddyweb

2.	Make the init script executable
# cd /etc/init.d/
# chmod 755 /etc/init.d/buddyweb 

3.	Run chkconfig --add to create the appropriate links
# /sbin/chkconfig ?-add buddyweb

4.	Run /etc/init.d/buddyweb start to start BuddyWeb
# /etc/init.d/buddyweb start

Fedora

1.	Copy the buddyweb.fedora script to /etc/init.d/buddyweb
# cp buddyweb.fedora /etc/init.d/buddyweb

2.	Make the init script executable
# cd /etc/init.d/
# chmod 755 /etc/init.d/buddyweb 

3.	Run chkconfig --add to create the appropriate links
# /sbin/chkconfig ?-add buddyweb

4.	Run /etc/init.d/buddyweb start to start BuddyWeb
# /etc/init.d/buddyweb start

SuSE

1.	Copy the buddyweb.suse script to /etc/init.d/buddyweb
# cp buddyweb.suse /etc/init.d/buddyweb

2.	Make the init script executable
# cd /etc/init.d/
# chmod 755 /etc/init.d/buddyweb 

3.	Run insserv /etc/init.d/buddyweb
# /sbin/insserv /etc/init.d/buddyweb

4.	Run /etc/init.d/buddyweb start to start BuddyWeb
# /etc/init.d/buddyweb start

Debian

1.	Copy the buddyweb.debian script to /etc/init.d/buddyweb
# cp buddyweb.debian /etc/init.d/buddyweb

2.	Make the init script executable
# cd /etc/init.d/
# chmod 755 /etc/init.d/buddyweb 

3.	Run update-rc.d
# update-rc.d buddyweb defaults

4.	Run /etc/init.d/buddyweb start to start BuddyWeb
# /etc/init.d/buddyweb start