1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-03-13 12:58:20 +03:00

docs/UID-GIDS: use the modern spellings of pkg-config variables

(cherry picked from commit 4e434bc096cf6bd50461436a1f7ad374f57e4937)
(cherry picked from commit dad12ab2a2b78257cced3499f9c5f1d50039f8cc)
(cherry picked from commit 588053817f333daf6f5aba5db24796c6099324b2)
(cherry picked from commit b33b1d459bdce34d2717af96c625801a9172a3bc)
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2024-01-09 12:14:54 +01:00 committed by Luca Boccassi
parent dde8b13981
commit e05202f68a

View File

@ -155,15 +155,15 @@ The most important boundaries of the local system may be queried with
`pkg-config`: `pkg-config`:
``` ```
$ pkg-config --variable=systemuidmax systemd $ pkg-config --variable=system_uid_max systemd
999 999
$ pkg-config --variable=dynamicuidmin systemd $ pkg-config --variable=dynamic_uid_min systemd
61184 61184
$ pkg-config --variable=dynamicuidmax systemd $ pkg-config --variable=dynamic_uid_max systemd
65519 65519
$ pkg-config --variable=containeruidbasemin systemd $ pkg-config --variable=container_uid_base_min systemd
524288 524288
$ pkg-config --variable=containeruidbasemax systemd $ pkg-config --variable=container_uid_base_max systemd
1878982656 1878982656
``` ```