|
|
84b277 |
From 49beb7d21d269f0feeea6a80145e1cde0d499548 Mon Sep 17 00:00:00 2001
|
|
|
84b277 |
From: Lukas Nykryn <lnykryn@redhat.com>
|
|
|
84b277 |
Date: Wed, 15 Oct 2014 09:28:31 +0200
|
|
|
84b277 |
Subject: [PATCH] man: we don't have 'Wanted' dependency
|
|
|
84b277 |
|
|
|
84b277 |
(Cherry-picked from 3e883473a0f36c220fc45ecf61d6878c9ac308b4)
|
|
|
84b277 |
|
|
|
84b277 |
Resolves: #1152487
|
|
|
84b277 |
---
|
|
|
84b277 |
man/systemd.unit.xml | 4 ++--
|
|
|
84b277 |
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
84b277 |
|
|
|
84b277 |
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml
|
|
|
84b277 |
index c500953..62db219 100644
|
|
|
84b277 |
--- a/man/systemd.unit.xml
|
|
|
84b277 |
+++ b/man/systemd.unit.xml
|
|
|
84b277 |
@@ -175,10 +175,10 @@
|
|
|
84b277 |
<filename>foo.service.wants/</filename> may exist. All
|
|
|
84b277 |
unit files symlinked from such a directory are
|
|
|
84b277 |
implicitly added as dependencies of type
|
|
|
84b277 |
- <varname>Wanted=</varname> to the unit. This is useful
|
|
|
84b277 |
+ <varname>Wants=</varname> to the unit. This is useful
|
|
|
84b277 |
to hook units into the start-up of other units,
|
|
|
84b277 |
without having to modify their unit files. For details
|
|
|
84b277 |
- about the semantics of <varname>Wanted=</varname>, see
|
|
|
84b277 |
+ about the semantics of <varname>Wants=</varname>, see
|
|
|
84b277 |
below. The preferred way to create symlinks in the
|
|
|
84b277 |
<filename>.wants/</filename> directory of a unit file
|
|
|
84b277 |
is with the <command>enable</command> command of the
|