7 lines
164 B
Bash
7 lines
164 B
Bash
|
# Install the systemd service
|
||
|
cp bme680-homekit.service /etc/systemd/system
|
||
|
systemctl daemon-reload
|
||
|
systemctl start bme680-homekit
|
||
|
systemctl enable bme680-homekit
|
||
|
|