diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-04-23 11:21:14 -0300 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-04-23 16:00:32 -0300 |
commit | a34cb32e54ed51125957f69622efef30f42d5fae (patch) | |
tree | b74c15cd6ceb05f82bb21268722ffc221baa609b /units/user@.service.in | |
parent | 70666185703ee173811d74b8cb0e0e47e2aa9b49 (diff) |
units: update user@.service to reflect new user cgroup paths
Diffstat (limited to 'units/user@.service.in')
-rw-r--r-- | units/user@.service.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/user@.service.in b/units/user@.service.in index 901a334ef6..3cf1347b16 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 |