summarylogtreecommitdiffstats
path: root/twp.service
blob: f66e97c434aad74b75987da1afb2915af8bebb52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Teeworlds Web Panel
After=network.target

[Service]
User=twp
Type=simple
ExecStart=/srv/twp/run.py
WorkingDirectory=/srv/twp

[Install]
WantedBy=multi-user.target