From 38f901791f3c4b1cbd04b71323bbef2fdab65f83 Mon Sep 17 00:00:00 2001 From: Mike Yuan Date: Sun, 14 May 2023 17:48:25 +0800 Subject: unit-file: support UpheldBy= in [Install] settings (adding Upholds= deps from .upholds/) Closes #26896 --- man/systemctl.xml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'man/systemctl.xml') diff --git a/man/systemctl.xml b/man/systemctl.xml index 009aabacb9..0e786fd966 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -367,10 +367,9 @@ Jan 12 10:46:45 example.com bluetoothd[8900]: gatt-time-server: Input/output err Shows units required and wanted by the specified units. This recursively lists units following the - Requires=, - Requisite=, - ConsistsOf=, - Wants=, BindsTo= + Requires=, Requisite=, + Wants=, ConsistsOf=, + BindsTo=, and Upholds= dependencies. If no units are specified, default.target is implied. @@ -1791,7 +1790,7 @@ Jan 12 10:46:45 example.com bluetoothd[8900]: gatt-time-server: Input/output err Show reverse dependencies between units with list-dependencies, i.e. follow dependencies of type WantedBy=, - RequiredBy=, + RequiredBy=, UpheldBy=, PartOf=, BoundBy=, instead of Wants= and similar. -- cgit v1.2.1