summaryrefslogtreecommitdiff
path: root/hutch-notify.service
diff options
context:
space:
mode:
Diffstat (limited to 'hutch-notify.service')
-rw-r--r--hutch-notify.service2
1 files changed, 1 insertions, 1 deletions
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