]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/login/logind-dbus.c
logind: add a new UserTasksMax= setting to logind.conf
authorLennart Poettering <lennart@poettering.net>
Fri, 13 Nov 2015 17:25:02 +0000 (18:25 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 13 Nov 2015 18:50:52 +0000 (19:50 +0100)
commit90558f315844ec35e3fd4f1a19ac38c8721c9354
treea38c891b0bf69186e342015e04722fe6f07a4286
parent38599489e49e840291516488a3ef1b4a56198c58
logind: add a new UserTasksMax= setting to logind.conf

This new setting configures the TasksMax= field for the slice objects we
create for each user.

This alters logind to create the slice unit as transient unit explicitly
instead of relying on implicit generation of slice units by simply
starting them. This also enables us to set a friendly description for
slice units that way.
man/logind.conf.xml
src/login/logind-dbus.c
src/login/logind-gperf.gperf
src/login/logind-session.c
src/login/logind-user.c
src/login/logind.c
src/login/logind.conf
src/login/logind.h