-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Darwin startup script #936
Conversation
Looks nice! |
@soyuka I remember that you are having the Darwin environment, can you pull the repo and make a simple test? hah localhost:PM2-Tjatse $ bin/pm2 kill
localhost:PM2-Tjatse $ bin/pm2 start test/fixtures/server.js
localhost:PM2-Tjatse $ bin/pm2 start test/fixtures/signal.js
localhost:PM2-Tjatse $ sudo bin/pm2 startup -u soyuka
# reboot |
I'm not @ home right now, I'd be able to test tonight and let you now :). |
@soyuka 👍 |
Had to * |
@soyuka Just forgot to mention that in the test script. :p |
np, it's just that the https://github.com/Tjatse/PM2/blob/618e2da660e64d171b5d021dc40c434b96e88aa4/lib/CLI.js#L426 error message does not reflect the same error ^^. Nevermind, this will not happend with a global installed pm2 :). I think you can merge this + close #791, thanks! |
Base on launchd(8)
Tested on
Need more tests.