summaryrefslogtreecommitdiff
path: root/systemd/vainsocial-compiler.service
blob: dc90979e37be04b404e99be5976b455dd9b44145 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Vainsocial compiler service
After=network.target

[Service]
Type=simple
User=vainsocial
ExecStart=/vainsocial/statscompiler/venv/bin/python /vainsocial/statscompiler/api.py
Restart=on-failure
EnvironmentFile=/vainsocial/systemd/config.env

[Install]
WantedBy=multi-user.target