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
843413779f
commit
35dac9b285
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ Group=__APP__
|
|||
WorkingDirectory=__INSTALL_DIR__/terraforming-mars
|
||||
EnvironmentFile=__INSTALL_DIR__/.env
|
||||
Environment=NODE_ENV=production
|
||||
ExecStart=npm run start
|
||||
ExecStart=__YNH_NPM__ run start
|
||||
StandardOutput=append:/var/log/__APP__/__APP__.log
|
||||
StandardError=inherit
|
||||
Restart=on-failure
|
||||
|
|
Loading…
Reference in a new issue