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