Showing posts with label linux service. Show all posts
Showing posts with label linux service. Show all posts

Tuesday, October 27, 2009

Run service command on Linux

If cruisecontrol has been configured as a service on Linux, you can check status/start/stop it with the service command. For example,

service cruisecontrol status

To work withe other services, just replace "cruisecontrol" with other service names.