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:
parent
1016a9e2aa
commit
ca3034b498
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ Type=simple
|
||||||
User=__APP__
|
User=__APP__
|
||||||
Group=__APP__
|
Group=__APP__
|
||||||
WorkingDirectory=__FINALPATH__
|
WorkingDirectory=__FINALPATH__
|
||||||
Environment="YNH_NODE_LOAD_PATH"
|
Environment="__YNH_NODE_LOAD_PATH__"
|
||||||
Environment="NODE_ENV=production"
|
Environment="NODE_ENV=production"
|
||||||
ExecStart=__YNH_NODE__ index.js run
|
ExecStart=__YNH_NODE__ index.js run
|
||||||
Restart=always
|
Restart=always
|
||||||
|
|
Loading…
Add table
Reference in a new issue