2022-06-13 10:01:00 +00:00
|
|
|
# Install the systemd service
|
2024-02-06 21:22:47 +00:00
|
|
|
cp ./systemd/bme680-homekit.service /etc/systemd/system
|
2022-06-13 10:01:00 +00:00
|
|
|
systemctl daemon-reload
|
|
|
|
systemctl start bme680-homekit
|
|
|
|
systemctl enable bme680-homekit
|
|
|
|
|