Update conf/systemd.service
This commit is contained in:
parent
7ae4661772
commit
be3d3f537a
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ Type=simple
|
||||||
User=__APP__
|
User=__APP__
|
||||||
Group=__APP__
|
Group=__APP__
|
||||||
WorkingDirectory=__INSTALL_DIR__/
|
WorkingDirectory=__INSTALL_DIR__/
|
||||||
Environment=PATH=__YNH_NODE_LOAD_PATH__
|
Environment="PATH=__PATH_WITH_NODEJS__"
|
||||||
Environment="NODE_ENV=production"
|
Environment="NODE_ENV=production"
|
||||||
ExecStart=yarn start
|
ExecStart=yarn start
|
||||||
Restart=always
|
Restart=always
|
||||||
|
|
Loading…
Reference in a new issue