X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd.exec.xml;h=a47a62daec890a4fe4ef93b252c2456cae65041e;hp=6e9051db7446184bc7cc03a9493992456b70883f;hb=fb385181517aa97fc5b379380cde0c2567f5f444;hpb=dd1eb43ba771d4d56b20b4c93ba3acc59475f642 diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 6e9051db7..a47a62dae 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -374,13 +374,13 @@ . - StandardOutput= + StandardError= Controls where file descriptor 2 (STDERR) of the executed processes is connected to. The available options are identical to those of - StandardError=, + StandardOutput=, whith one exception: if set to the file descriptor used for standard output is @@ -468,7 +468,7 @@ the default log level specified here. The interpretation of these prefixes may be disabled with - SyslogNoPrefix=, + SyslogLevelPrefix=, see below. For details see sd-daemon7. @@ -477,9 +477,9 @@ - SyslogNoPrefix= + SyslogLevelPrefix= Takes a boolean - argument. If false and + argument. If true and StandardOutput= or StandardError= are set to or @@ -488,22 +488,28 @@ are prefixed with a log level will be passed on to syslog with this log level set but the prefix removed. If - set to true, the interpretation of + set to false, the interpretation of these prefixes is disabled and the logged lines are passed on as-is. For details about this prefixing see sd-daemon7. - Defaults to false. + Defaults to true. - TimerSlackNS= + TimerSlackNSec= Sets the timer slack in nanoseconds for the executed - processes The timer slack controls the accuracy - of wake-ups triggered by timers. See + processes The timer slack controls the + accuracy of wake-ups triggered by + timers. See prctl2 - for more information. + for more information. Note that in + contrast to most other time span + definitions this value is takes a + nano-seconds integer and does not + understand any other + units. @@ -611,7 +617,7 @@ Controls the control groups the executed processes shall be - made member of. Takes a + made members of. Takes a space-seperated list of cgroup identifiers. A cgroup identifier has a format like @@ -728,7 +734,7 @@ See Also - systemd8, + systemd1, systemctl8, systemd.unit5, systemd.service5,