From a34cb32e54ed51125957f69622efef30f42d5fae Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 23 Apr 2013 11:21:14 -0300 Subject: [PATCH] units: update user@.service to reflect new user cgroup paths --- units/user@.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/units/user@.service.in b/units/user@.service.in index 901a334ef..3cf1347b1 100644 --- a/units/user@.service.in +++ b/units/user@.service.in @@ -13,7 +13,7 @@ After=systemd-user-sessions.service User=%I PAMName=systemd-shared # in order to allow MEM_CG features to work, add "memory:/" here -ControlGroup=%R/user/%u/shared cpu:/ +ControlGroup=%R/user/%U.user/shared cpu:/ ControlGroupModify=yes Type=notify ExecStart=-@rootlibexecdir@/systemd --user -- 2.30.2