diff --git a/lib/API/Startup.js b/lib/API/Startup.js index c20448fc..15752565 100644 --- a/lib/API/Startup.js +++ b/lib/API/Startup.js @@ -81,6 +81,10 @@ module.exports = function(CLI) { destination = '/etc/rc.d/pm2'; } + if (platform == 'gentoo') { + destination = '/etc/init.d/pm2' + } + /** * 2# Resolve template file path */