I have jenkins running, but I need to stop it. in /var/run I have jenkins.pid which is what the standard jenkins script uses to stop jenkins. The jenkins script uses start-stop-daemon which doesn't seem to exist in fedora15. My system also does not find daemon which I read would be a fedora replacement for start-stop-daemon.
I am not good with Linux terminology. I did find the daemon function defined in /etc/init.d/functions but I don't know how to run it.
Can I run it or can I use something else?