summaryrefslogtreecommitdiff
path: root/systemd/si7021d.service
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2021-11-27 16:17:05 +0300
committerEvgeny Zinoviev <me@ch1p.io>2022-04-24 01:33:04 +0300
commitc412bf2ee0a3fbf9032fc32a26837d4fbc7585c5 (patch)
tree5cca6bcab79331ad82cab4219c7692b9dd4eea21 /systemd/si7021d.service
initial public
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..646746b
--- /dev/null
+++ b/systemd/si7021d.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=si7021 daemon
+After=network-online.target
+
+[Service]
+Restart=on-failure
+ExecStart=/home/user/homekit/src/si7021d.py --config /etc/si7021d.toml
+
+[Install]
+WantedBy=multi-user.target