From eec2fe0dfecaa4543b4e30be2ea8231682f34e28 Mon Sep 17 00:00:00 2001 From: cyfraeviolae Date: Wed, 3 Apr 2024 03:27:19 -0400 Subject: svc --- app.py | 1 - symposium.service | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app.py b/app.py index 5d393db..2cfc8e8 100644 --- a/app.py +++ b/app.py @@ -187,5 +187,4 @@ app = Litestar( engine=JinjaTemplateEngine, ), lifespan=[db_connection], - ) diff --git a/symposium.service b/symposium.service index de16157..c730cd4 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 app.py +ExecStart=/srv/spectralrenga/venv/bin/litestar --port 9020 app.py WorkingDirectory=/srv/symposium/ [Install] -- cgit v1.2.3