aboutsummaryrefslogtreecommitdiff
path: root/write-influx.service
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2020-10-28 17:44:13 -0500
committerBlaise Thompson <blaise@untzag.com>2020-10-28 17:44:13 -0500
commitd3e6cae7ea36b695835c4b1f98a0a91c7e5c6ec2 (patch)
tree68f98d5c926689ee22d7fb796e3d9ce5ebf68783 /write-influx.service
parente099ed460a4e0be3ff99b684e537b9678cf3f449 (diff)
initial working docker-compose
Diffstat (limited to 'write-influx.service')
-rw-r--r--write-influx.service12
1 files changed, 0 insertions, 12 deletions
diff --git a/write-influx.service b/write-influx.service
deleted file mode 100644
index aaed2b6..0000000
--- a/write-influx.service
+++ /dev/null
@@ -1,12 +0,0 @@
-
-[Unit]
-Description=write-influx
-
-[Service]
-Type=simple
-User=blaise
-ExecStart=<path-to-python-file>
-ExecReload=/bin/kill -HUP $MAINPID
-
-[Install]
-WantedBy=multi-user.target