diff options
Diffstat (limited to 'symposium.service')
-rw-r--r-- | symposium.service | 2 |
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] |