mirror of
https://github.com/YunoHost-Apps/reiverr_ynh.git
synced 2024-09-03 20:16:14 +02:00
add TimeoutSec
This commit is contained in:
parent
d3fe726daf
commit
feae6d0fdd
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@ ExecStart=__YNH_NODE__ __YNH_NPM__ run deploy
|
||||||
StandardOutput=append:/var/log/__APP__/__APP__.log
|
StandardOutput=append:/var/log/__APP__/__APP__.log
|
||||||
StandardError=inherit
|
StandardError=inherit
|
||||||
|
|
||||||
|
#To prevent the 502 bad gateway after restore
|
||||||
|
TimeoutSec=900
|
||||||
|
|
||||||
# Sandboxing options to harden security
|
# Sandboxing options to harden security
|
||||||
# Depending on specificities of your service/app, you may need to tweak these
|
# Depending on specificities of your service/app, you may need to tweak these
|
||||||
# .. but this should be a good baseline
|
# .. but this should be a good baseline
|
||||||
|
|
Loading…
Reference in a new issue