Browse Source

Add bluez and remove syslog as requirement

Thomas Dietrich 8 năm trước cách đây
mục cha
commit
373ac191aa
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      README.md
  2. 1 1
      template.service

+ 1 - 1
README.md

@@ -41,7 +41,7 @@ On a modern Linux system just a few steps are needed.
 The following example shows the installation under Debian/Raspbian:
 
 ```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
 cd /opt/miflora-mqtt-daemon

+ 1 - 1
template.service

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