我的问题与How to use pm2 startup command on Debian platform?相同,但我需要在Mac OS(darwin)上启动它
我只找到了一份非常简短的文档$ pm2 startup <ubuntu|centos|gentoo|systemd>
我该怎么办?
答案 0 :(得分:5)
PM2现在有启动的darwin选项,因此运行:
pm2 startup darwin
应该有效。
同时结帐此提交:1. Make platform auto detecting. 2. Support darwin startup script.现在,您只需致电:
pm2 startup
并且脚本将识别您的操作系统。
注意:我目前在Yosemite上遇到问题,因为launchd给了我一个错误。您可以在此处找到更多信息(以及适用于我的 的解决方案):darwin startup script fix on yosemite #989
此外,如果您可以在您的环境中测试它并支持此拉取请求,那就太棒了:))