]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
docs/user_record: Put timeZone and resourceLimits in their own paragraph
authorAndreas Schneider <asn@cryptomilk.org>
Wed, 2 Apr 2025 11:33:37 +0000 (13:33 +0200)
committerGitHub <noreply@github.com>
Wed, 2 Apr 2025 11:33:37 +0000 (20:33 +0900)
docs/USER_RECORD.md

index 7a6c5cf9f82ef6e8311428155237bdca0476df97..002d8365e514590e8760d0c275b6c19cbe9dd8c2 100644 (file)
@@ -312,6 +312,7 @@ and its value to set for the user's login session, in a format compatible with
 environment variable listed here is automatically set by
 [`pam_systemd`](https://www.freedesktop.org/software/systemd/man/pam_systemd.html)
 for all login sessions of the user.
+
 `timeZone` → A string indicating a preferred timezone to use for the user. When
 logging in
 [`pam_systemd`](https://www.freedesktop.org/software/systemd/man/pam_systemd.html)
@@ -343,6 +344,7 @@ will automatically initialize the login process' nice level to this value with,
 which is then inherited by all the user's processes, see
 [`setpriority()`](https://man7.org/linux/man-pages/man2/setpriority.2.html) for
 more information.
+
 `resourceLimits` → An object, where each key refers to a Linux resource limit
 (such as `RLIMIT_NOFILE` and similar).
 Their values should be an object with two keys `cur` and `max` for the soft and hard resource limit.