From: Michael Prokop Date: Tue, 5 Jun 2018 22:14:00 +0000 (+0200) Subject: man: fix typo X-Git-Tag: v239~142 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fc97da0f8089efbab117b02067bfcba0a151408;p=thirdparty%2Fsystemd.git man: fix typo --- diff --git a/man/systemd.service.xml b/man/systemd.service.xml index 4533469d9b8..3b1c647ef70 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -342,7 +342,7 @@ ! - Similar to the + character discussed above this permits invoking command lines with elevated privileges. However, unlike + the ! character exclusively alters the effect of User=, Group= and SupplementaryGroups=, i.e. only the stanzas the affect user and group credentials. Note that this setting may be combined with DynamicUser=, in which case a dynamic user/group pair is allocated before the command is invoked, but credential changing is left to the executed process itself. + Similar to the + character discussed above this permits invoking command lines with elevated privileges. However, unlike + the ! character exclusively alters the effect of User=, Group= and SupplementaryGroups=, i.e. only the stanzas that affect user and group credentials. Note that this setting may be combined with DynamicUser=, in which case a dynamic user/group pair is allocated before the command is invoked, but credential changing is left to the executed process itself.