Add install script for systemd service
This commit is contained in:
parent
5cbc298b63
commit
de1e8fecbd
1 changed files with 6 additions and 0 deletions
6
sensors/install.sh
Normal file
6
sensors/install.sh
Normal 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
|
||||||
|
|
Loading…
Reference in a new issue