krz/hutch-notify

Notification server for Hutch.

clone: git clone https://gitbay.org/krz/hutch-notify.git

ca5f2fef9f6b4f02228f68dc302cf4c93af0ff41

verified · cmc

author: Christian Cleberg <hello@cleberg.net> · 2026-04-08T19:42:58Z

update working directory
 hutch-notify.service | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hutch-notify.service b/hutch-notify.service
index bb7060f..077cba8 100644
--- a/hutch-notify.service
+++ b/hutch-notify.service
@@ -5,7 +5,7 @@ After=network.target
 [Service]
 User=hutch
 Group=hutch
-WorkingDirectory=/opt/hutch-notify
+WorkingDirectory=/opt/hutch-notify/app
 EnvironmentFile=/opt/hutch-notify/.env
 ExecStart=/opt/hutch-notify/.venv/bin/uvicorn app.main:app --host 0.0.0.0 --port 8000
 Restart=always