petre2dor / piGarden

Irrigation system powered by raspberry pi. work in progress...
GNU General Public License v3.0
7 stars 0 forks source link

pm2 doesn't start correctly after a restart #11

Closed petre2dor closed 7 years ago

petre2dor commented 8 years ago

I think I messed up pm2 startup when I updated nodejs install without nvm. See update-5.sh

rcursaru commented 8 years ago

pm2 tries to start the processes before vagrant had the chance to mount the shared folder https://stackoverflow.com/questions/35697638/pm2-errored-when-vagrant-is-reloaded-or-restarted

pushed c3ee0aa to fix it

petre2dor commented 7 years ago

this is working properly now