소스 검색

readme: adapt section on mqtt authentication

Fabian Peter Hammerle 4 달 전
부모
커밋
6a617ffb2e
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -118,9 +118,9 @@ Run `systemctl-mqtt --mqtt-disable-tls …` to disable TLS.
 ## MQTT Authentication
 
 ```sh
+systemctl-mqtt --mqtt-username me --mqtt-password-file /run/secrets/password …
+# or for testing (unsafe):
 systemctl-mqtt --mqtt-username me --mqtt-password secret …
-# or
-systemctl-mqtt --mqtt-username me --mqtt-password-file /var/lib/secrets/mqtt/password …
 ```
 
 ## Adapt Poweroff Delay