X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.exec.xml;h=c71d42912bf0d634d3ab3132542f8a596e14e665;hb=706900b704eac4eb26e3e30795c2ead8b0c3e673;hp=83eef32f55531f19a07d8378cc505147f5b9a789;hpb=03fae01822b5275a2940458f65644796283a8a23;p=elogind.git diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 83eef32f5..c71d42912 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -146,13 +146,13 @@ - OOMAdjust= + OOMScoreAdjust= Sets the adjustment level for the Out-Of-Memory killer for executed processes. Takes an integer - between -17 (to disable OOM killing - for this process) and 15 (to make + between -1000 (to disable OOM killing + for this process) and 1000 (to make killing of this process under memory pressure very likely). See proc.txt @@ -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,12 +488,12 @@ 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. @@ -617,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 @@ -734,7 +734,7 @@ See Also - systemd8, + systemd1, systemctl8, systemd.unit5, systemd.service5,