.TH sstop 8 "January 20, 2006" "rltools #VERSION#" "" .SH NAME sstop \- stop specified service .SH SYNOPSIS .BI "sstop [" SERVICE... "] .SH DESCRIPTION .B sstop stops the service specified as the first argument to the program. The service must have an installed service-script in the /etc/rc.d/services directory. This script handles the actual starting and stopping of the service - .B sstop will only call the script with the argument .B stop. .B sstop stands for "service stop". There is also a command called .B sstart for starting services. .SH "OPTIONS" .TP .B "\-h, \-\-help" display help and exit .TP .B "\-v, \-\-version" output version information and exit .SH SEE ALSO sstart(8), srestart(8), init(8) .SH AUTHOR John Eriksson