mirror of
https://github.com/YunoHost-Apps/psitransfer_ynh.git
synced 2024-09-03 20:16:06 +02:00
Update systemd.service
This commit is contained in:
parent
9f9a5e97ae
commit
b52a48108d
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ User=__APP__
|
||||||
Group=__APP__
|
Group=__APP__
|
||||||
WorkingDirectory=__INSTALL_DIR__/
|
WorkingDirectory=__INSTALL_DIR__/
|
||||||
Environment="__YNH_NODE_LOAD_PATH__"
|
Environment="__YNH_NODE_LOAD_PATH__"
|
||||||
|
Environment="NODE_ENV=production"
|
||||||
ExecStart=__YNH_NODE__ app.js
|
ExecStart=__YNH_NODE__ app.js
|
||||||
StandardOutput=append:/var/log/__APP__/__APP__.log
|
StandardOutput=append:/var/log/__APP__/__APP__.log
|
||||||
Restart=always
|
Restart=always
|
||||||
|
|
Loading…
Add table
Reference in a new issue