TRN
08-15-2003, 03:53 PM
Starting and stopping services can be done easily with the command line. For example, services that install an init script one:
/etc/init.d/service start | stop
/etc/init.d/service start | stop
View Full Version : init scripts