rhn-satellite(8) - Linux man page

Name

spacewalk-service - Script to control Spacewalk server.

SYNOPSIS

spacewalk-service {start|stop|status|reload|restart|enable|disable|list}

DESCRIPTION

Spacewalk server consist from several services. While each of such service has its own init.d script and you can start/stop each service separately, you usually want to control all services together. This script does exactly this.

Options

start|stop|status|reload|restart

Behave exactly as service for every Spacewalk service.
enable|disable
Behave exactly as chkconfig on/off for every Spacewalk service.
list

List all Spacewalk services and if it is enabled or disabled.

--no-wait-for-tomcat
By default, spacewalk-service wait until tomcat is able to answer requests. If you specify this option, spacewalk-service will continue immediately when tomcat service will start.
--exclude SERVICE
It will not start/stop SERVICE .
--level LEVEL
Pass LEVEL to chkconfig when you specify option enable.

See Also

service(8) chkconfig(8)