Add install script for systemd service

This commit is contained in:
Denis-Cosmin Nutiu 2022-06-13 13:01:00 +03:00
parent 5cbc298b63
commit de1e8fecbd

6
sensors/install.sh Normal file
View file

@ -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