summaryrefslogtreecommitdiff
path: root/systemd/si7021d.service
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2021-08-03 00:43:06 +0300
committerEvgeny Zinoviev <me@ch1p.io>2021-08-03 00:43:06 +0300
commit7428042d6fcc97ccb13db1876b60a961af15d610 (patch)
tree181a05da10d59e0f539ee3dd29b4701376b85811 /systemd/si7021d.service
initial
Diffstat (limited to 'systemd/si7021d.service')
-rw-r--r--systemd/si7021d.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/systemd/si7021d.service b/systemd/si7021d.service
new file mode 100644
index 0000000..8537ca4
--- /dev/null
+++ b/systemd/si7021d.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=si7021 daemon
+After=network-online.target
+
+[Service]
+Restart=on-failure
+ExecStart=/usr/local/bin/si7021d --bus 0 --host 0.0.0.0
+
+[Install]
+WantedBy=multi-user.target