mirror of
https://github.com/YunoHost-Apps/ghost_ynh.git
synced 2024-09-03 19:16:02 +02:00
Add path to ghost-cli to PATH
This commit is contained in:
parent
f796e46e38
commit
66953f3922
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ Type=simple
|
|||
User=__APP__
|
||||
Group=__APP__
|
||||
WorkingDirectory=__INSTALL_DIR__/ghost
|
||||
Environment="__YNH_NODE_LOAD_PATH__"
|
||||
Environment="__YNH_NODE_LOAD_PATH__:__INSTALL_DIR__/node_modules/ghost-cli/bin"
|
||||
Environment="NODE_ENV=production"
|
||||
ExecStart=__YNH_NODE__ __INSTALL_DIR__/node_modules/ghost-cli/bin/ghost run
|
||||
Restart=always
|
||||
|
|
Loading…
Add table
Reference in a new issue