Mindera / pm2-cookbook

Chef cookbook to install and manage PM2.
MIT License
23 stars 17 forks source link

pm2 startup centos errors for pm2 >= 2.2.1 #25

Open teknofire opened 7 years ago

teknofire commented 7 years ago

For centos 6 systems the startup action needs to be changed to call pm2 startup centos6 instead of pm2 startup centos

With the latest version of pm2 (2.2.2), the pm2 startup centos command was updated for use with Centos 7 systemd

https://github.com/Unitech/pm2/issues/2575