Update README.md

This commit is contained in:
tteck 2021-08-13 14:13:00 -04:00 committed by GitHub
parent b994de625f
commit 2dad1bf755
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -343,6 +343,11 @@ Zigbee2mqtt can be started after completing the configuration by running
```
sudo systemctl start zigbee2mqtt
```
To start Zigbee2MQTT automatically on boot
```
sudo systemctl enable zigbee2mqtt.service
```
</details>