summaryrefslogtreecommitdiff
path: root/symposium.service
blob: 65b7d781e032f9843a7b286b049b5627df42c401 (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/symposium/venv/bin/litestar --port 9020 app.py
WorkingDirectory=/srv/symposium/

[Install]
WantedBy=multi-user.target