bme680-homekit/systemd/install.sh

7 lines
174 B
Bash
Raw Permalink Normal View History

2022-06-13 10:01:00 +00:00
# Install the systemd service
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