Run node applications on your QNAP using PM2

After installing node I wanted to start my node applications automatically after rebooting. Therefore i use the PM2 process manager with a process file which will be started everytime the system boots. The challenge of using PM2 in autorun.sh was the fact, that the home directory for root changes from ‘/’ to ‘/root’ after booting
Continue reading Run node applications on your QNAP using PM2