From: Lennart Poettering Date: Mon, 29 Oct 2018 19:49:41 +0000 (+0100) Subject: man: document that "list-dependencies --reverse" is pretty incomplete X-Git-Tag: v240~441^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ff5bd14bb490134f5d73c8040c163dbc7d18448b;p=thirdparty%2Fsystemd.git man: document that "list-dependencies --reverse" is pretty incomplete Fixes: #9681 --- diff --git a/man/systemctl.xml b/man/systemctl.xml index 09cb03948af..2be5a838e01 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.