X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.exec.xml;h=7dbe05d265123e08411eedacfbbb7dd606551591;hb=a03c5fd2d86c4e3f758a5ca0d98638e5c8bd8d8d;hp=e82e1f59f0ec87d6fa4c56849175558c6177aef8;hpb=e9642be2cce7f5e90406980092a6f71f504a16af;p=elogind.git diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index e82e1f59f..7dbe05d26 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -472,7 +472,7 @@ StandardError= Controls where file - descriptor 2 (standard error) of the + descriptor 2 (STDERR) of the executed processes is connected to. The available options are identical to those of @@ -1063,9 +1063,9 @@ is triggered, instead of terminating the process immediately. Takes an error name such as - EPERM, - EACCES or - EUCLEAN. When this + EPERM, + EACCES or + EUCLEAN. When this setting is not used, or when the empty string is assigned, the process will be terminated immediately when the filter @@ -1080,12 +1080,12 @@ identifiers to include in the system call filter. The known architecture identifiers are - x86, - x86-64, - x32, - arm as well as the + x86, + x86-64, + x32, + arm as well as the special identifier - native. Only system + native. Only system calls of the specified architectures will be permitted to processes of this unit. This is an effective way to @@ -1094,20 +1094,37 @@ example to prohibit execution of 32-bit x86 binaries on 64-bit x86-64 systems. The special - native identifier + native identifier implicitly maps to the native architecture of the system (or more strictly: to the architecture the system manager is compiled for). Note that setting this option to a non-empty list implies that - native is included + native is included too. By default, this option is set to the empty list, i.e. no architecture system call filtering is applied. + + Personality= + + Controls which + kernel architecture + uname2 + shall report, when invoked by unit + processes. Takes one of + x86 and + x86-64. This is + useful when running 32bit services on + a 64bit host system. If not specified + the personality is left unmodified and + thus reflects the personality of the + host system's + kernel. + @@ -1191,6 +1208,17 @@ tty. + + $MAINPID + + The PID of the units + main process if it is known. This is + only set for control processes as + invoked by + ExecReload= and + similar. + + $MANAGERPID