From 0bc5f7b235117ccf791aab83b92164c0041d34af Mon Sep 17 00:00:00 2001 From: silv-mt-holdings <246958445+silv-mt-holdings@users.noreply.github.com> Date: Tue, 12 May 2026 17:11:19 -0700 Subject: [PATCH] fix(gateway): reduce systemd restart delay --- hermes_cli/gateway.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hermes_cli/gateway.py b/hermes_cli/gateway.py index 5eaf715affa..b0cb579daa8 100644 --- a/hermes_cli/gateway.py +++ b/hermes_cli/gateway.py @@ -2164,7 +2164,7 @@ Environment="PATH={sane_path}" Environment="VIRTUAL_ENV={venv_dir}" Environment="HERMES_HOME={hermes_home}" Restart=always -RestartSec=60 +RestartSec=5 RestartMaxDelaySec=300 RestartSteps=5 RestartForceExitStatus={GATEWAY_SERVICE_RESTART_EXIT_CODE} @@ -2199,7 +2199,7 @@ Environment="PATH={sane_path}" Environment="VIRTUAL_ENV={venv_dir}" Environment="HERMES_HOME={hermes_home}" Restart=always -RestartSec=60 +RestartSec=5 RestartMaxDelaySec=300 RestartSteps=5 RestartForceExitStatus={GATEWAY_SERVICE_RESTART_EXIT_CODE}