summaryrefslogtreecommitdiff
path: root/vainsocial-compiler.service
diff options
context:
space:
mode:
Diffstat (limited to 'vainsocial-compiler.service')
-rw-r--r--vainsocial-compiler.service13
1 files changed, 0 insertions, 13 deletions
diff --git a/vainsocial-compiler.service b/vainsocial-compiler.service
deleted file mode 100644
index f7110a7..0000000
--- a/vainsocial-compiler.service
+++ /dev/null
@@ -1,13 +0,0 @@
-[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/config.env
-
-[Install]
-WantedBy=multi-user.target