Set user@.service TasksMax=infinity

The user manager is still limited by its parent slice user-UID.slice,
which defaults to 4096 tasks. However, it no longer has an additional
limit of 512 tasks.

Fixes #1955.
This commit is contained in:
Jan Alexander Steffens (heftig) 2015-11-22 23:00:43 +01:00
parent b591613f2e
commit 8c277ddd27

View file

@ -17,3 +17,4 @@ ExecStart=-@rootlibexecdir@/systemd --user
Slice=user-%i.slice
KillMode=mixed
Delegate=yes
TasksMax=infinity