fix(hermes-ui): switch from headless 'hermes serve' to 'hermes dashboard --no-open'

This commit is contained in:
Hitonabi
2026-07-07 17:27:49 +02:00
parent 989b6de850
commit 092dcc2ada
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ Wants=network-online.target
# liegen und der Proxy sie sauber durchreichen kann.
Type=simple
Environment=HERMES_HOME=%h/.hermes
ExecStart=%h/.hermes/hermes-agent/venv/bin/hermes serve --skip-build --host 127.0.0.1 --port 9119
ExecStart=%h/.hermes/hermes-agent/venv/bin/hermes dashboard --no-open --skip-build --host 127.0.0.1 --port 9119
Restart=on-failure
RestartSec=3