pm2@2.2.2 [startup refactor]

This commit is contained in:
Unitech 2016-12-15 14:52:20 +01:00
parent 418c6dacd3
commit d6b55a0418

View File

@ -201,6 +201,7 @@ module.exports = function(CLI) {
'chmod +x ' + destination,
'touch /var/lock/subsys/pm2',
'chkconfig --add ' + destination,
'chkconfig pm2 on',
'initctl list'
];
break;