Merge branch 'master' of github.com:finalsclubdev/FinalsClub
[oweals/finalsclub.git] / util / reboot-restart.sh
index 459cabc8a7c1873b1fd50743cbd6e5341523b2b8..2a424a6d6e76cc2cffdb950223db093693fbafba 100644 (file)
@@ -12,6 +12,13 @@ rm /data/db/mongod.lock
 
 pushd .
 cd /home/ec2-user/fc
+
+## start the node apps
 ./restart
+
+## run the EPL monitor 
+./util/start-fc-epl-monitor.sh &
+
 popd
 
+