OPNsense Forum
English Forums => General Discussion => Topic started by: Liaquath Khan on December 07, 2018, 01:19:48 am
-
Hi Guys,
I have adobe aem running on Linux and do have a monit script to start the software once the server comes up.
However, the monit script fails to start the aem.
Current monit script below:
check process aem with pidfile /srv/sfw/aem/crx-quickstart/conf/cq.pid
start program = "/sbin/service aem start"
stop program = "/sbin/service aem stop"
if failed port 8080 then restart
Any suggestion pls...