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
64ccc5e25a
commit
0004503d0c
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ Group=__APP__
|
|||
WorkingDirectory=__INSTALL_DIR__/
|
||||
EnvironmentFile=__INSTALL_DIR__/.env
|
||||
Environment=NODE_ENV=production
|
||||
ExecStart=__YNH_NODE__ dist/index.js
|
||||
ExecStart=__YNH_NODE__ __INSTALL_DIR__/__YNH_NPM__ run start
|
||||
StandardOutput=append:/var/log/__APP__/__APP__.log
|
||||
StandardError=inherit
|
||||
Restart=on-failure
|
||||
|
|
Loading…
Reference in a new issue