mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-10 01:17:44 +03:00
units: delegate only "cpu" and "pids" controllers by default (#7564)
Now that we can configure which controllers to delegate precisely, let's limit wht we delegate to the user session: only "cpu" and "pids" as a minimal baseline. Fixes: #1715
This commit is contained in:
parent
dd014eebfb
commit
5dfcaaaf11
@ -18,6 +18,6 @@ Type=notify
|
||||
ExecStart=-@rootlibexecdir@/systemd --user
|
||||
Slice=user-%i.slice
|
||||
KillMode=mixed
|
||||
Delegate=yes
|
||||
Delegate=pids cpu
|
||||
TasksMax=infinity
|
||||
TimeoutStopSec=120s
|
||||
|
Loading…
Reference in New Issue
Block a user