summaryrefslogtreecommitdiff
path: root/symposium.service
diff options
context:
space:
mode:
authorcyfraeviolae <cyfraeviolae>2024-04-03 03:27:51 -0400
committercyfraeviolae <cyfraeviolae>2024-04-03 03:27:51 -0400
commit8ab9a558afb42d22633a120b7e9a81db1de95b39 (patch)
tree717f11317112ec0208eeaef95dcd7cd537841aad /symposium.service
parenteec2fe0dfecaa4543b4e30be2ea8231682f34e28 (diff)
fix
Diffstat (limited to 'symposium.service')
-rw-r--r--symposium.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/symposium.service b/symposium.service
index c730cd4..65b7d78 100644
--- a/symposium.service
+++ b/symposium.service
@@ -5,7 +5,7 @@ After=network.target
[Service]
Type=simple
Restart=on-failure
-ExecStart=/srv/spectralrenga/venv/bin/litestar --port 9020 app.py
+ExecStart=/srv/symposium/venv/bin/litestar --port 9020 app.py
WorkingDirectory=/srv/symposium/
[Install]