Procházet zdrojové kódy

Add bluez and remove syslog as requirement

Thomas Dietrich před 8 roky
rodič
revize
373ac191aa
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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