Fix node path in PM2 config
This commit is contained in:
@@ -2,7 +2,7 @@ module.exports = {
|
||||
apps: [
|
||||
{
|
||||
name: 'otivm',
|
||||
script: '/home/otivm/.npm-global/bin/node',
|
||||
script: '/usr/bin/node',
|
||||
args: 'server/index.js',
|
||||
cwd: '/home/otivm/OTIVM',
|
||||
interpreter: 'none',
|
||||
|
||||
Reference in New Issue
Block a user