The service-list subcommand is used to display a list of all available services. A service that is enabled is labeled with an asterisk (*). This subcommand has the following syntax: $ chef-server-ctl service-list The output will be as follows: bookshelf* nginx* oc_bifrost* oc_id* opscode-chef-mover* opscode-erchef* opscode-expander* opscode-pushy-server* opscode-reporting* opscode-solr4* postgresql* rabbitmq* redis_lb* bifrost ¶ The oc_bifrost service ensures that every request to view or manage objects stored on the Chef server is authorized. status ¶ To view the status for the service: $ chef-server-ctl status bifrost to return something like: $ run: bifrost: ( pid 1234 ) 123456s ; run: log: ( pid 5678 ) 789012s start ¶ To start the service: $ chef-server-ctl start bifrost stop ¶ To stop the service: $ chef-server-ctl stop bifrost restart ¶ To restart the service: $ chef-server-ctl restart bifrost to return something like: $ ok: run: bifrost: ( pid 1234 ) 1234s kill ¶ To kill...