chore: Mark backend to be running after 10s on startup

chore: Mark backend to be running after 10s on startup
This commit is contained in:
Trisha Anand 2022-03-17 17:21:24 +05:30 committed by GitHub
commit 0724463726
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ command=/opt/appsmith/run-with-env.sh java -Dserver.port=8080 -Djava.security.eg
priority=15
autostart=true
autorestart=true
startsecs=210
startsecs=10
startretries=3
stdout_logfile=/appsmith-stacks/logs/%(program_name)s/%(program_name)s.log
redirect_stderr=true