You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> See also: `systemctl list-units` to list loaded units.
5
+
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#%0A%20%20%20%20%20%20%20%20%20%20%20%20list-dependencies%0A%20%20%20%20%20%20%20%20%20%20%20%20UNIT...%0A%20%20%20%20%20%20%20%20%20%20>.
6
+
7
+
- Show the dependency tree of `default.target`:
8
+
9
+
`systemctl list-dependencies`
10
+
11
+
- Show the dependency tree of a specific unit:
12
+
13
+
`systemctl list-dependencies {{unit}}`
14
+
15
+
- Include all dependency types (not only `Requires=` and `Wants=`):
0 commit comments