From 7428042d6fcc97ccb13db1876b60a961af15d610 Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Tue, 3 Aug 2021 00:43:06 +0300 Subject: initial --- systemd/si7021d.service | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 systemd/si7021d.service (limited to 'systemd/si7021d.service') 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 -- cgit v1.2.3