1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wikijs_ynh.git synced 2024-09-03 20:36:09 +02:00

Fix service

This commit is contained in:
yalh76 2019-02-21 19:02:25 +01:00
parent de6baae220
commit 57e51d7eb6

View file

@ -7,7 +7,7 @@ Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__FINALPATH__
ExecStart=__FINALPATH__/server/index.js
ExecStart=__NODEJS_PATH__/node __FINALPATH__/server
Restart=always
Environment=PATH=/usr/bin:/usr/local/bin:__NODEJS_PATH__
Environment=NODE_ENV=production