Browse Source

readme: document `--poweroff-delay-seconds` option

Fabian Peter Hammerle 3 years ago
parent
commit
4338918928
1 changed files with 6 additions and 0 deletions
  1. 6 0
      README.md

+ 6 - 0
README.md

@@ -114,3 +114,9 @@ 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
+
+```sh
+systemctl-mqtt --poweroff-delay-seconds 60 …
+```