mirror of
https://github.com/YunoHost-Apps/nodebb_ynh.git
synced 2024-09-03 19:46:29 +02:00
Update systemd.service
This commit is contained in:
parent
f6649d5855
commit
8f27888b76
1 changed files with 2 additions and 3 deletions
|
@ -11,10 +11,9 @@ WorkingDirectory=__FINALPATH__
|
|||
#PIDFile=/path/to/nodebb/pidfile
|
||||
Environment="NODE_ENV=production"
|
||||
Environment="__YNH_NODE_LOAD_PATH__"
|
||||
|
||||
ExecStart= loader.js --no-daemon --no-silent
|
||||
#ExecStart= loader.js --no-daemon --no-silent
|
||||
#ExecStart= start
|
||||
|
||||
ExecStart=__YNH_NODE_LOAD_PATH__ loader.js
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
|
|
Loading…
Reference in a new issue