aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-04-08 14:42:58 -0500
committerChristian Cleberg <[email protected]>2026-04-08 14:42:58 -0500
commitca5f2fef9f6b4f02228f68dc302cf4c93af0ff41 (patch)
tree095bf49b32ab08da826713a399c18b1993620f58
parenta7c25076d16bde9ec928b9ef01bce952406ea7b1 (diff)
downloadhutch-notify-ca5f2fef9f6b4f02228f68dc302cf4c93af0ff41.tar.gz
hutch-notify-ca5f2fef9f6b4f02228f68dc302cf4c93af0ff41.tar.bz2
hutch-notify-ca5f2fef9f6b4f02228f68dc302cf4c93af0ff41.zip
update working directory
-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