]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man/systemd.unit: Add missing article to `Wants=` description
authorPaul Menzel <pmenzel@molgen.mpg.de>
Fri, 21 Feb 2020 09:27:38 +0000 (10:27 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 25 Feb 2020 11:35:17 +0000 (20:35 +0900)
man/systemd.unit.xml

index f9ef0987c9ec3886f2a04ea5de0fe51e520f9b94..64240208c2bdac0c6d8ba11059e6410c54894b27 100644 (file)
         <para>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.</para>
+        the start-up of one unit to the start-up of another unit.</para>
 
         <para>Note that requirement dependencies do not influence the order in which services are started or
         stopped. This has to be configured independently with the <varname>After=</varname> or