summaryrefslogtreecommitdiff
path: root/symposium.service
diff options
context:
space:
mode:
authorcyfraeviolae <cyfraeviolae>2024-04-03 03:29:53 -0400
committercyfraeviolae <cyfraeviolae>2024-04-03 03:29:53 -0400
commitf6cbec485b58d081af5e95c4fbca2e6457da2a54 (patch)
treeaf7cb66e1f3f5665c09444d3caad60ad4411f804 /symposium.service
parent8ab9a558afb42d22633a120b7e9a81db1de95b39 (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 65b7d78..5eadc62 100644
--- a/symposium.service
+++ b/symposium.service
@@ -5,7 +5,7 @@ After=network.target
[Service]
Type=simple
Restart=on-failure
-ExecStart=/srv/symposium/venv/bin/litestar --port 9020 app.py
+ExecStart=/srv/symposium/venv/bin/litestar run --port 9020
WorkingDirectory=/srv/symposium/
[Install]