From 1ad448673ed3bfb0f989909485f01f485888d90d Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 21 Feb 2020 10:27:38 +0100 Subject: [PATCH] man/systemd.unit: Add missing article to `Wants=` description --- man/systemd.unit.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index f9ef0987c9..64240208c2 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -598,7 +598,7 @@ Units listed in this option will be started if the configuring unit is. However, if the listed units fail to start or cannot be added to the transaction, this has no impact on the validity of the transaction as a whole, and this unit will still be started. This is the recommended way to hook - start-up of one unit to the start-up of another unit. + the start-up of one unit to the start-up of another unit. Note that requirement dependencies do not influence the order in which services are started or stopped. This has to be configured independently with the After= or