diff --git a/ansible/roles/hermes/templates/hermes-dashboard.service.j2 b/ansible/roles/hermes/templates/hermes-dashboard.service.j2 index eb229bf..8d2cf61 100644 --- a/ansible/roles/hermes/templates/hermes-dashboard.service.j2 +++ b/ansible/roles/hermes/templates/hermes-dashboard.service.j2 @@ -14,8 +14,8 @@ Environment="HERMES_HOME={{ hermes_home }}/.hermes" ExecStart={{ hermes_home }}/.hermes/hermes-agent/venv/bin/hermes dashboard --host {{ hermes_dashboard_host }} --port {{ hermes_dashboard_port }}{% if hermes_dashboard_insecure %} --insecure{% endif %} TimeoutStopSec=30 -Restart=on-failure -RestartSec=10 +Restart=always +RestartSec=5 StandardOutput=journal StandardError=journal SyslogIdentifier=hermes-dashboard