diff options
author | Lukas Nykryn <lnykryn@redhat.com> | 2014-10-15 09:28:31 +0200 |
---|---|---|
committer | Lukas Nykryn <lnykryn@redhat.com> | 2014-10-15 09:29:02 +0200 |
commit | 3e883473a0f36c220fc45ecf61d6878c9ac308b4 (patch) | |
tree | 89e49154dba034ef5a18f231107be2b8a8cdd9c0 /man/systemd.unit.xml | |
parent | 14759eeb7180902e3e1405b9aec225f063ee213a (diff) |
man: we don't have 'Wanted' dependency
Diffstat (limited to 'man/systemd.unit.xml')
-rw-r--r-- | man/systemd.unit.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index e9395ff16f..88c9d7f8e8 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -181,10 +181,10 @@ <filename>foo.service.wants/</filename> may exist. All unit files symlinked from such a directory are implicitly added as dependencies of type - <varname>Wanted=</varname> to the unit. This is useful + <varname>Wants=</varname> to the unit. This is useful to hook units into the start-up of other units, without having to modify their unit files. For details - about the semantics of <varname>Wanted=</varname>, see + about the semantics of <varname>Wants=</varname>, see below. The preferred way to create symlinks in the <filename>.wants/</filename> directory of a unit file is with the <command>enable</command> command of the |