X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=man%2Fsystemd-system.conf.xml;h=f3a89ad45903bee63a0efbbd2c7a4ddeb456a88f;hb=96197df081a16bec192a6cfb8f19674ca58f4835;hp=c33e010e36e00afb3efc33949c4ad5565b9dc2bc;hpb=d3b1c5083359faa6cfca81810cf87ef70d0290f6;p=elogind.git diff --git a/man/systemd-system.conf.xml b/man/systemd-system.conf.xml index c33e010e3..f3a89ad45 100644 --- a/man/systemd-system.conf.xml +++ b/man/systemd-system.conf.xml @@ -99,7 +99,7 @@ Configures the initial CPU affinity for the init process. Takes a space-separated list - of CPU indexes. + of CPU indices. @@ -216,21 +216,21 @@ Takes a space-separated list of architecture - identifiers. Selects of which + identifiers. Selects from which architectures system calls may be invoked on this system. This may be used as an effective way to disable invocation of non-native binaries system-wide, for example to prohibit - execution of 32bit x86 binaries on - 64bit x86-64 systems. This option - operates system wide, and acts + execution of 32-bit x86 binaries on + 64-bit x86-64 systems. This option + operates system-wide, and acts similar to the SystemCallArchitectures= setting of unit files, see systemd.exec5 for details. This setting defaults to - the empty list in which case no + the empty list, in which case no filtering of system calls based on architecture is applied. Known architecture identifiers are @@ -249,7 +249,7 @@ execution of any non-native binaries. When a binary executes a system call of an architecture that is - not listed in this setting it will be + not listed in this setting, it will be immediately terminated with the SIGSYS signal. @@ -285,7 +285,7 @@ DefaultRestartSec= Configures the default - time-outs for starting and stopping of + timeouts for starting and stopping of units, as well as the default time to sleep between automatic restarts of units, as configured per-unit in