]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - DISTRO_PORTING
Merge pull request #4509 from keszybz/foreach-word-quoted
[thirdparty/systemd.git] / DISTRO_PORTING
index a397d700c613ca189d677acff3018f789e68dde4..51a244389dc036645993beb49fa1f3e89deb0699 100644 (file)
@@ -41,6 +41,16 @@ NTP POOL:
         NTP servers, then you will get served wrong time, and will
         rely on services that might not be supported for long.
 
+PAM:
+        The default PAM config shipped by systemd is really bare bones.
+        It does not include many modules your distro might want to enable
+        to provide a more seamless experience. For example, limits set in
+        /etc/security/limits.conf will not be read unless you load pam_limits.
+        Make sure you add modules your distro expects from user services.
+
+        Pass --with-pamconfdir=no to ./configure to avoid installing this file
+        and instead install your own.
+
 CONTRIBUTING UPSTREAM:
 
         We generally do no longer accept distribution-specific