foreman-export-initscript
foreman-export-initscript copied to clipboard
status failing on Ubuntu 14.04.5 LT
I had to change:
status)
status_of_proc "$DAEMON" "$NAME" && exit 0 || exit $?
;;
to:
status)
status_of_proc -p $PIDDIR/web.1.pid "$NAME" "$NAME" && exit 0 || exit $?
;;
to get status working.