From: Zbigniew Jędrzejewski-Szmek Date: Fri, 4 Mar 2022 13:13:56 +0000 (+0100) Subject: man: say that we ignore ignored options X-Git-Tag: v251-rc1~203^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=382586894b9c09974aa734a1f77d3f6f69126d76;p=thirdparty%2Fsystemd.git man: say that we ignore ignored options Fixes #22057. --- diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index b36f36be7ea..b20072f0a2a 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -126,13 +126,11 @@ @ and the unit type suffix. In the unit file itself, the instance parameter may be referred to using %i and other specifiers, see below. - Unit files may contain additional options on top of those - listed here. If systemd encounters an unknown option, it will - write a warning log message but continue loading the unit. If an - option or section name is prefixed with , it is - ignored completely by systemd. Options within an ignored section - do not need the prefix. Applications may use this to include - additional information in the unit files. + Unit files may contain additional options on top of those listed here. If systemd encounters an + unknown option, it will write a warning log message but continue loading the unit. If an option or + section name is prefixed with , it is ignored completely by systemd. Options within an + ignored section do not need the prefix. Applications may use this to include additional information in + the unit files. To access those options, applications need to parse the unit files on their own. Units can be aliased (have an alternative name), by creating a symlink from the new name to the existing name in one of the unit search paths. For example, systemd-networkd.service