summaryrefslogtreecommitdiff
path: root/symposium.service
blob: c730cd4959c6cb6d502456be97c2ed2f717bbedc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=symposium
After=network.target

[Service]
Type=simple
Restart=on-failure
ExecStart=/srv/spectralrenga/venv/bin/litestar --port 9020 app.py
WorkingDirectory=/srv/symposium/

[Install]
WantedBy=multi-user.target