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
84922ae7f5
commit
86869130c4
1 changed files with 3 additions and 3 deletions
|
@ -8,9 +8,9 @@ Type=simple
|
||||||
User=__APP__
|
User=__APP__
|
||||||
Group=__APP__
|
Group=__APP__
|
||||||
WorkingDirectory=__FINALPATH__
|
WorkingDirectory=__FINALPATH__
|
||||||
ExecStartPre=__NODEJS__
|
ExecStartPre=n 8.0.0
|
||||||
Environment="PATH=__ENV_PATH__"
|
Environment="PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/node_n/bin"
|
||||||
ExecStart=__FINALPATH__/nodebb --no-silent --no-daemon
|
ExecStart=/opt/node_n/bin/node app.js start
|
||||||
Restart=always
|
Restart=always
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|
Loading…
Add table
Reference in a new issue