Transactions
Dan 2017-09-01 20:04:09 -06:00
parent 90c678c866
commit cfccee4dcc
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh
/sbin/pidof /home/ofbbutte/webapps/ofb_angular/bin/node > /dev/null 2>&1 && exit 0
mkdir -p /home/ofbbutte/webapps/ofb_angular/run
nohup /home/ofbbutte/webapps/ofb_angular/bin/node /home/ofbbutte/webapps/ofb_angular/app.js > /dev/null 2>&1 &
nohup /home/ofbbutte/webapps/ofb_angular/bin/node /home/ofbbutte/webapps/ofb_angular/src/app.js > /dev/null 2>&1 &
/sbin/pidof /home/ofbbutte/webapps/ofb_angular/bin/node > /home/ofbbutte/webapps/ofb_angular/run/node.pid