Use run.sh only for starting the router

I guess for a real system startup we should rather
manager our processes via systemd only.
This commit is contained in:
Johannes Zellner
2014-04-15 08:17:09 -07:00
parent 616fbca2bd
commit adae88e5b5
+1 -3
View File
@@ -13,7 +13,5 @@ echo
# fi
cd nginx
sudo nginx -c yellowtent.conf -p $PWD &
sudo nginx -c yellowtent.conf -p $PWD
cd ..
./app.js