We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd5f882 commit 4288399Copy full SHA for 4288399
templates/jira.initscript.erb
@@ -62,7 +62,7 @@ function start() {
62
63
function status() {
64
65
-STATUS=$( pgrep -u <%= scope.lookupvar('jira::user')%> -f atlassian-jira ) || STATUS=0
+STATUS=$( pgrep -F <%= scope.lookupvar('jira::webappdir') %>/work/catalina.pid ) || STATUS=0
66
if [ $STATUS -ne 0 ];then
67
echo "$SERVICE is running"
68
return 0
0 commit comments