1
0
Fork 0
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:
Thomas 2023-11-03 08:32:03 +01:00 committed by GitHub
parent d3fe726daf
commit feae6d0fdd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,6 +13,9 @@ ExecStart=__YNH_NODE__ __YNH_NPM__ run deploy
StandardOutput=append:/var/log/__APP__/__APP__.log
StandardError=inherit
#To prevent the 502 bad gateway after restore
TimeoutSec=900
# Sandboxing options to harden security
# Depending on specificities of your service/app, you may need to tweak these
# .. but this should be a good baseline