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 /src/login/logind.conf | |
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 'src/login/logind.conf')
-rw-r--r-- | src/login/logind.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/login/logind.conf b/src/login/logind.conf index c0abf01b0c..ddc23b8aca 100644 --- a/src/login/logind.conf +++ b/src/login/logind.conf @@ -24,3 +24,4 @@ #LidSwitchIgnoreInhibited=yes #IdleAction=ignore #IdleActionSec=30min +#RuntimeDirectorySize=10% |