Add bluez and remove syslog as requirement

This commit is contained in:
Thomas Dietrich 2017-07-27 01:42:42 +02:00
parent baf7935484
commit 373ac191aa
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ On a modern Linux system just a few steps are needed.
The following example shows the installation under Debian/Raspbian: The following example shows the installation under Debian/Raspbian:
```shell ```shell
sudo apt install git python3 python3-pip bluetooth sudo apt install git python3 python3-pip bluetooth bluez
git clone https://github.com/ThomDietrich/miflora-mqtt-daemon.git /opt/miflora-mqtt-daemon git clone https://github.com/ThomDietrich/miflora-mqtt-daemon.git /opt/miflora-mqtt-daemon
cd /opt/miflora-mqtt-daemon cd /opt/miflora-mqtt-daemon

View File

@ -1,7 +1,7 @@
[Unit] [Unit]
Description=Xiaomi Mi Flora Plant Sensor MQTT Client/Daemon Description=Xiaomi Mi Flora Plant Sensor MQTT Client/Daemon
Documentation=https://github.com/ThomDietrich/miflora-mqtt-daemon Documentation=https://github.com/ThomDietrich/miflora-mqtt-daemon
After=syslog.target mosquitto.service bluetooth.service After=bluetooth.service mosquitto.service
[Service] [Service]
Type=notify Type=notify