summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--systemd/config.env (renamed from config.env)0
-rw-r--r--systemd/vainsocial-apigrabber.service (renamed from vainsocial-apigrabber.service)2
-rw-r--r--systemd/vainsocial-compiler.service (renamed from vainsocial-compiler.service)2
-rw-r--r--systemd/vainsocial-processor.service (renamed from vainsocial-processor.service)2
4 files changed, 3 insertions, 3 deletions
diff --git a/config.env b/systemd/config.env
index d52d740..d52d740 100644
--- a/config.env
+++ b/systemd/config.env
diff --git a/vainsocial-apigrabber.service b/systemd/vainsocial-apigrabber.service
index d1b22a7..10205f6 100644
--- a/vainsocial-apigrabber.service
+++ b/systemd/vainsocial-apigrabber.service
@@ -7,7 +7,7 @@ Type=simple
User=vainsocial
ExecStart=/vainsocial/apigrabber/venv/bin/python /vainsocial/apigrabber/api.py
Restart=on-failure
-EnvironmentFile=/vainsocial/config.env
+EnvironmentFile=/vainsocial/systemd/config.env
[Install]
WantedBy=multi-user.target
diff --git a/vainsocial-compiler.service b/systemd/vainsocial-compiler.service
index f7110a7..dc90979 100644
--- a/vainsocial-compiler.service
+++ b/systemd/vainsocial-compiler.service
@@ -7,7 +7,7 @@ Type=simple
User=vainsocial
ExecStart=/vainsocial/statscompiler/venv/bin/python /vainsocial/statscompiler/api.py
Restart=on-failure
-EnvironmentFile=/vainsocial/config.env
+EnvironmentFile=/vainsocial/systemd/config.env
[Install]
WantedBy=multi-user.target
diff --git a/vainsocial-processor.service b/systemd/vainsocial-processor.service
index 5782a8a..c7a7cf0 100644
--- a/vainsocial-processor.service
+++ b/systemd/vainsocial-processor.service
@@ -7,7 +7,7 @@ Type=simple
User=vainsocial
ExecStart=/vainsocial/processor/venv/bin/python /vainsocial/processor/api.py
Restart=on-failure
-EnvironmentFile=/vainsocial/config.env
+EnvironmentFile=/vainsocial/systemd/config.env
[Install]
WantedBy=multi-user.target