1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ghost_ynh.git synced 2024-09-03 19:16:02 +02:00

fix YNH_NODE_LOAD_PATH

This commit is contained in:
yalh76 2020-06-15 06:15:33 +02:00
parent 1016a9e2aa
commit ca3034b498

View file

@ -7,7 +7,7 @@ Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__FINALPATH__
Environment="YNH_NODE_LOAD_PATH"
Environment="__YNH_NODE_LOAD_PATH__"
Environment="NODE_ENV=production"
ExecStart=__YNH_NODE__ index.js run
Restart=always