Hi
I'm trying to make Stash become a UNIX service by following the instructions on https://confluence.atlassian.com/display/STASH/Running+Stash+as+a+Linux+service
All works well - except when running "sudo service stash status" I get this:
/etc/init.d/stash: line 115: status_of_proc: command not found
Seems "status_of_proc" is not part of the LSB functions. My system is Fedora 20
Thanks!
Have you tried the RHEL version? https://answers.atlassian.com/questions/218946/stash-system-v-init-script-for-rhel
If not, you need to:
You may have to install the redhat-lsb
package on RHEL (or derivatives) to provide the LSB functions used in the script.
Thanks! That did the trick. I missed this when I searched for this on the site, since I searched for "status_of_proc".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.