sudo npm install forever -g
sudo crontab -e
add:
@reboot sudo /usr/local/bin/forever start -l /home/pi/smarthome/raspberry/forever.log -a /home/pi/smarthome/raspberry/node/http.js
sudo crontab -e
add:
@reboot sudo /usr/local/bin/forever start -l /home/pi/smarthome/raspberry/forever.log -a /home/pi/smarthome/raspberry/node/http.js
No comments:
Post a Comment