aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2020-10-23 16:36:12 -0500
committerBlaise Thompson <blaise@untzag.com>2020-10-23 16:36:12 -0500
commite099ed460a4e0be3ff99b684e537b9678cf3f449 (patch)
treeb87815b960d26ba1d87520390ea01e1b9ff1f071
parentddeef2d47c9ce298809d5e8a81c4847840fb8c0b (diff)
systemctl commands
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index bf6a969..3a21245 100644
--- a/README.md
+++ b/README.md
@@ -20,3 +20,7 @@ https://www.influxdata.com/
`write_influx.py`
+move service file to /etc/systemd/system/
+`systemctl enable write-influx.service`
+`systemctl start write-influx.service`
+now it will run forever \ No newline at end of file