尝试
@reboot cd /var/www/xxxx;nodemon /var/www/xxxx/xx.js
和
@reboot cd /var/www/xxxx;forever start -c "nodemon --exitcrash" xx.js
和
@reboot cd /var/www/xxxx;forever start -c "nodemon /var/www/xxxx/xx.js &" ./;
,但是都失败了。
如果我运行cd /var/www/xxxx;nodemon /var/www/xxxx/xx.js
,则可以启动脚本。但是,它在crontab中没有这样做。我想知道为什么以及如何解决?我正在使用Amazon Linux AMI版本2018.03