diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-03-14 01:38:19 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-03-14 01:49:44 +0100 |
commit | 66cdd0f2d0670b054bd27dad16fcb5838b11dde3 (patch) | |
tree | aacbe786c7403a6f4f0782b4d6403d0f961b1d9c /src/login/logind-gperf.gperf | |
parent | bcdbbd7ee1b7dc6ec19261c957ed11e5e1ed1aaf (diff) |
logind: automatically remove SysV + POSIX IPC objects when the users owning them fully log out
Diffstat (limited to 'src/login/logind-gperf.gperf')
-rw-r--r-- | src/login/logind-gperf.gperf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/login/logind-gperf.gperf b/src/login/logind-gperf.gperf index d870f88cd8..006f7286c5 100644 --- a/src/login/logind-gperf.gperf +++ b/src/login/logind-gperf.gperf @@ -31,3 +31,4 @@ Login.LidSwitchIgnoreInhibited, config_parse_bool, 0, offsetof(Manag Login.IdleAction, config_parse_handle_action, 0, offsetof(Manager, idle_action) Login.IdleActionSec, config_parse_sec, 0, offsetof(Manager, idle_action_usec) Login.RuntimeDirectorySize, config_parse_tmpfs_size, 0, offsetof(Manager, runtime_dir_size) +Login.RemoveIPC, config_parse_bool, 0, offsetof(Manager, remove_ipc) |