Index: deploy/HOSTING.md
===================================================================
--- deploy/HOSTING.md	(revision 2d38b22de2e14421b3c1c2c0314390ec816d8a5f)
+++ deploy/HOSTING.md	(revision 917b22a1f0e39aca9e2c40022bae9472e622a76b)
@@ -60,8 +60,17 @@
 
 ```bash
-systemctl list-units 'klonkt@*'                        # everything still running?
-df -h                                                  # disk
-journalctl --since '7 days ago' -p warning --no-pager | grep klonkt
-```
+systemctl list-units 'klonkt@*'                                  # still running?
+df -h                                                            # disk
+journalctl -u 'klonkt@*' --since '7 days ago' -p warning --no-pager
+```
+
+If that last one answers `Failed to add filter for units: No data available`,
+nothing matched — which is usually the good news (no warnings in the window), not
+a broken command. Widen the window before you go looking for a fault.
+
+`-u` matches against the units that actually appear in the journal, so an
+instance that logged nothing at all is simply absent. Run it as root: an
+unprivileged account sees only its own messages and will get the same empty
+answer for the wrong reason.
 
 The log line worth reading properly is anything about federation: a rejected
