mirror of
https://github.com/YunoHost-Apps/nodebb_ynh.git
synced 2024-09-03 19:46:29 +02:00
Fix
This commit is contained in:
parent
3fc9ade2d5
commit
92243052cc
2 changed files with 4 additions and 3 deletions
|
@ -8,9 +8,10 @@ Type=forking
|
||||||
User=__APP__
|
User=__APP__
|
||||||
Group=__APP__
|
Group=__APP__
|
||||||
WorkingDirectory=__FINALPATH__
|
WorkingDirectory=__FINALPATH__
|
||||||
PIDFile=/path/to/nodebb/pidfile
|
#PIDFile=/path/to/nodebb/pidfile
|
||||||
Environment=NODE_ENV=production
|
Environment=NODE_ENV=production
|
||||||
ExecStart=__NODE__/node loader.js --no-daemon --no-silent
|
#ExecStart=__NODE__/node loader.js --no-daemon --no-silent
|
||||||
|
ExecStart=__YNH_NPM__ start
|
||||||
Restart=always
|
Restart=always
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|
Loading…
Add table
Reference in a new issue