diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-03-04 19:20:21 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-03-04 20:02:50 +0100 |
commit | 1c231f56482546725c4dbd3303f70300bd3c63e9 (patch) | |
tree | dc0f3ff586db692d961264a23b2b23040c1ce53e /configure.ac | |
parent | b5d742138f71e87312541a89aac5657015f50f48 (diff) |
logind: make $XDG_RUNTIME_DIR a per-user tmpfs
This way each user allocates from his own pool, with its own size limit.
This puts the size limit by default to 10% of the physical RAM size but
makes it configurable in logind.conf.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 7920d6cad3..880672d42c 100644 --- a/configure.ac +++ b/configure.ac @@ -180,6 +180,7 @@ AC_SUBST([OUR_LDFLAGS], "$with_ldflags $address_sanitizer_ldflags") AC_CHECK_SIZEOF(pid_t) AC_CHECK_SIZEOF(uid_t) +AC_CHECK_SIZEOF(gid_t) # ------------------------------------------------------------------------------ # we use python to build the man page index, and for systemd-python |