mirror of
https://github.com/YunoHost-Apps/terraforming-mars_ynh.git
synced 2024-09-03 20:36:05 +02:00
Update systemd.service
This commit is contained in:
parent
7eff3d8348
commit
0f6a58aee6
1 changed files with 2 additions and 1 deletions
|
@ -9,8 +9,9 @@ User=__APP__
|
|||
Group=__APP__
|
||||
WorkingDirectory=__INSTALL_DIR__/terraforming-mars
|
||||
EnvironmentFile=__INSTALL_DIR__/.env
|
||||
Environment="__YNH_NODE_LOAD_PATH__"
|
||||
Environment=NODE_ENV=production
|
||||
ExecStart=__INSTALL_DIR__/terraforming-mars/__YNH_NPM__ run start
|
||||
ExecStart=__YNH_NPM__ run start
|
||||
StandardOutput=append:/var/log/__APP__/__APP__.log
|
||||
StandardError=inherit
|
||||
Restart=on-failure
|
||||
|
|
Loading…
Add table
Reference in a new issue