2016年7月4日星期一

Nodejs app auto start @ Linux

As root user , edit /etc/rc.local in terminal;
command:
nano /etc/rc.local

#!/bin/sh -e
node /home/user/app/app.js
exit 0

save and restart

沒有留言:

發佈留言