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 18:59:40 +01:00
parent 88b7c14d87
commit de6baae220

View file

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