From: Mike Yuan Date: Wed, 5 Jul 2023 00:14:27 +0000 (+0800) Subject: man/systemctl: document --job-mode=restart-dependencies X-Git-Tag: v254-rc1~32^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e9bd18531617e708a3acf333136082b70ad63ac2;p=thirdparty%2Fsystemd.git man/systemctl: document --job-mode=restart-dependencies Follow-up for 09d04ad325473e05e23e6ba8382d7de1dd819bda --- diff --git a/man/systemctl.xml b/man/systemctl.xml index 2e2daa4526c..773d5cf4adc 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -1950,8 +1950,9 @@ Jan 12 10:46:45 example.com bluetoothd[8900]: gatt-time-server: Input/output err isolate, ignore-dependencies, ignore-requirements, - flush, or - triggering. Defaults to + flush, + triggering, or + restart-dependencies. Defaults to replace, except when the isolate command is used which implies the isolate job mode. @@ -1994,7 +1995,6 @@ Jan 12 10:46:45 example.com bluetoothd[8900]: gatt-time-server: Input/output err ignore-dependencies, but only causes the requirement dependencies to be ignored, the ordering dependencies will still be honored. - triggering may only be used with systemctl stop. In this mode, the specified @@ -2003,6 +2003,11 @@ Jan 12 10:46:45 example.com bluetoothd[8900]: gatt-time-server: Input/output err Triggers= in systemd.unit5 for more information about triggering units. + restart-dependencies may only be used with + systemctl start. In this mode, dependencies of + the specified unit will receive restart propagation, as if a restart + job had been enqueued for the unit. +