From ff5bd14bb490134f5d73c8040c163dbc7d18448b Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 29 Oct 2018 20:49:41 +0100 Subject: [PATCH] man: document that "list-dependencies --reverse" is pretty incomplete Fixes: #9681 --- man/systemctl.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/man/systemctl.xml b/man/systemctl.xml index 09cb03948a..2be5a838e0 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -1091,6 +1091,10 @@ Jan 12 10:46:45 example.com bluetoothd[8900]: gatt-time-server: Input/output err , may be used to change what types of dependencies are shown. + + Note that this command only lists units currently loaded into memory by the service manager. In + particular, this command is not suitable to get a comprehensive list at all reverse dependencies on a + specific unit, as it won't list the dependencies declared by units currently not loaded.