I just went to run cruisecontrol only to find that it's already running when I thought it shut itself down. For some reason I can't find the pid for cruisecontrol with ps -e in order to use kill. How can I kill this?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
migrated from stackoverflow.com Apr 15 '10 at 2:35
|
Looking under /my_install_path/cruisecontrol/ I found the file "cc.pid" which contains the PID that I needed to kill.
or more succinctly
|
|||
|
|