From ca5f2fef9f6b4f02228f68dc302cf4c93af0ff41 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Wed, 8 Apr 2026 14:42:58 -0500 Subject: update working directory --- hutch-notify.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hutch-notify.service') 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 -- cgit v1.2.3