From fc53809803cd2bc2434e312b19a18fa36776da12 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 12 Jun 2024 05:50:40 +0200 Subject: Adding upstream version 256. Signed-off-by: Daniel Baumann --- man/systemd-system.conf.xml | 55 +++++++++++++++++++++++++++++++-------------- 1 file changed, 38 insertions(+), 17 deletions(-) (limited to 'man/systemd-system.conf.xml') diff --git a/man/systemd-system.conf.xml b/man/systemd-system.conf.xml index 3c06b65..ae5b61b 100644 --- a/man/systemd-system.conf.xml +++ b/man/systemd-system.conf.xml @@ -1,6 +1,6 @@ %entities; ]> @@ -28,12 +28,16 @@ /etc/systemd/system.conf, + /run/systemd/system.conf, + /usr/lib/systemd/system.conf, /etc/systemd/system.conf.d/*.conf, /run/systemd/system.conf.d/*.conf, /usr/lib/systemd/system.conf.d/*.conf ~/.config/systemd/user.conf, /etc/systemd/user.conf, + /run/systemd/user.conf, + /usr/lib/systemd/user.conf, /etc/systemd/user.conf.d/*.conf, /run/systemd/user.conf.d/*.conf, /usr/lib/systemd/user.conf.d/*.conf @@ -44,9 +48,10 @@ When run as a system instance, systemd interprets the configuration file system.conf and the files in system.conf.d directories; when - run as a user instance, it interprets the configuration file user.conf (either in - the home directory of the user, or if not found, under /etc/systemd/) and the files - in user.conf.d directories. These configuration files contain a few settings + run as a user instance, it interprets the configuration file user.conf (in order of + priority, in the home directory of the user and under /etc/systemd/, + /run/systemd/, and /usr/lib/systemd/) and the files in + user.conf.d directories. These configuration files contain a few settings controlling basic manager operations. See @@ -73,7 +78,7 @@ DumpCore=yes CrashChangeVT=no CrashShell=no - CrashReboot=no + CrashAction=freeze ShowStatus=yes DefaultStandardOutput=journal DefaultStandardError=inherit @@ -289,6 +294,20 @@ + + ProtectSystem= + + Takes a boolean argument or the string auto. If set to true this + will remount /usr/ read-only. If set to auto (the default) + and running in an initrd equivalent to true, otherwise false. This implements a restricted subset of + the per-unit setting of the same name, see + systemd.exec5 for + details: currently, the full or struct values are not + supported. + + + + SystemCallArchitectures= @@ -605,10 +624,12 @@ ReloadLimitIntervalSec= ReloadLimitBurst= - Rate limiting for daemon-reload requests. Default to unset, and any number of daemon-reload - operations can be requested at any time. ReloadLimitIntervalSec= takes a value in seconds - to configure the rate limit window, and ReloadLimitBurst= takes a positive integer to - configure the maximum allowed number of reloads within the configured time window. + Rate limiting for daemon-reload and (since v256) daemon-reexec requests. The setting + applies to both operations, but the rate limits are tracked separately. Defaults to unset, and any + number of operations can be requested at any time. ReloadLimitIntervalSec= takes + a value in seconds to configure the rate limit window, and ReloadLimitBurst= + takes a positive integer to configure the maximum allowed number of operations within the configured + time window. @@ -714,14 +735,14 @@ See Also - - systemd1, - systemd.directives7, - systemd.exec5, - systemd.service5, - environ7, - capabilities7 - + + systemd1 + systemd.directives7 + systemd.exec5 + systemd.service5 + environ7 + capabilities7 + -- cgit v1.2.3