วันศุกร์, เมษายน 08, 2554

HOWTO Auto start process on boot up RHEL (5)

To turn autostart on
# chkconfig <service name> on
   the service name can find from script's name under /etc/init.d/ folder

To start the service
# service <service name> start|restart|stop
OR
# /etc/init.d/<service name> start|restart|stop

reference: http://www.linuxforums.org/forum/red-hat-fedora-linux/56029-how-auto-start-processes-boot-up.html

ไม่มีความคิดเห็น :