summaryrefslogtreecommitdiff
path: root/systemd
diff options
context:
space:
mode:
authorVainsocial root <root@vainsocial>2017-03-10 18:30:25 +0000
committerVainsocial root <root@vainsocial>2017-03-10 18:30:25 +0000
commit712734f577cca9a9d0312e45c6c3fa57d4a691dd (patch)
tree3f9de951f91735b5c8bdabdf4ffdb3c5df3cd3d4 /systemd
parentfff87b91e50d3ec569ea869c35a2c2821b9fb165 (diff)
downloadmeta-712734f577cca9a9d0312e45c6c3fa57d4a691dd.tar.gz
meta-712734f577cca9a9d0312e45c6c3fa57d4a691dd.zip
remove systemd, follow branches, clone vaindock
Diffstat (limited to 'systemd')
-rw-r--r--systemd/config.env26
-rw-r--r--systemd/vainsocial-apigrabber.service13
-rw-r--r--systemd/vainsocial-compiler.service13
-rw-r--r--systemd/vainsocial-processor.service13
4 files changed, 0 insertions, 65 deletions
diff --git a/systemd/config.env b/systemd/config.env
deleted file mode 100644
index d52d740..0000000
--- a/systemd/config.env
+++ /dev/null
@@ -1,26 +0,0 @@
-# apigrabber
-POSTGRESQL_HOST=
-POSTGRESQL_PORT=5433
-POSTGRESQL_DB=vain_raw
-POSTGRESQL_USER=vainraw
-POSTGRESQL_PASSWORD=
-
-# processor, compiler
-# raw
-POSTGRESQL_SOURCE_HOST=
-POSTGRESQL_SOURCE_PORT=5433
-POSTGRESQL_SOURCE_DB=vain_raw
-POSTGRESQL_SOURCE_USER=vainraw
-POSTGRESQL_SOURCE_PASSWORD=
-
-# web
-POSTGRESQL_DEST_HOST=
-POSTGRESQL_DEST_PORT=5433
-POSTGRESQL_DEST_DB=vain_web
-POSTGRESQL_DEST_USER=vainweb
-POSTGRESQL_DEST_PASSWORD=
-
-VAINSOCIAL_APITOKEN=
-
-VAINSOCIAL_SPIDER=true
-VAINSOCIAL_ANALYZE=false
diff --git a/systemd/vainsocial-apigrabber.service b/systemd/vainsocial-apigrabber.service
deleted file mode 100644
index 10205f6..0000000
--- a/systemd/vainsocial-apigrabber.service
+++ /dev/null
@@ -1,13 +0,0 @@
-[Unit]
-Description=Vainsocial API grabber service
-After=network.target
-
-[Service]
-Type=simple
-User=vainsocial
-ExecStart=/vainsocial/apigrabber/venv/bin/python /vainsocial/apigrabber/api.py
-Restart=on-failure
-EnvironmentFile=/vainsocial/systemd/config.env
-
-[Install]
-WantedBy=multi-user.target
diff --git a/systemd/vainsocial-compiler.service b/systemd/vainsocial-compiler.service
deleted file mode 100644
index dc90979..0000000
--- a/systemd/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/systemd/config.env
-
-[Install]
-WantedBy=multi-user.target
diff --git a/systemd/vainsocial-processor.service b/systemd/vainsocial-processor.service
deleted file mode 100644
index c7a7cf0..0000000
--- a/systemd/vainsocial-processor.service
+++ /dev/null
@@ -1,13 +0,0 @@
-[Unit]
-Description=Vainsocial processor service
-After=network.target
-
-[Service]
-Type=simple
-User=vainsocial
-ExecStart=/vainsocial/processor/venv/bin/python /vainsocial/processor/api.py
-Restart=on-failure
-EnvironmentFile=/vainsocial/systemd/config.env
-
-[Install]
-WantedBy=multi-user.target