From de1e8fecbda7f6f15592fb78d52203f941f53731 Mon Sep 17 00:00:00 2001 From: Denis-Cosmin Nutiu Date: Mon, 13 Jun 2022 13:01:00 +0300 Subject: [PATCH] Add install script for systemd service --- sensors/install.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sensors/install.sh diff --git a/sensors/install.sh b/sensors/install.sh new file mode 100644 index 0000000..495a374 --- /dev/null +++ b/sensors/install.sh @@ -0,0 +1,6 @@ +# Install the systemd service +cp bme680-homekit.service /etc/systemd/system +systemctl daemon-reload +systemctl start bme680-homekit +systemctl enable bme680-homekit +