Actions
Bug #11826
closedkatello-service man page lists options not available
Difficulty:
Triaged:
Bugzilla link:
Pull request:
Description
Run "man katello-service" and we see things like: adding services to /etc/katello/service-list, allstopped option, etc:
OPTIONS start|stop|status|reload|restart Behave exactly as service for every Katello service. allstopped Using status call it calculates how many services are not stopped. If all the required services are stopped, it returns zero. enable|disable Behave exactly as chkconfig on/off for every Katello service. list List all Katello services and if it is enabled or disabled. --no-wait-for-tomcat By default, katello-service wait until tomcat is able to answer requests. If you specify this option, katello-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.
Actions