summaryrefslogtreecommitdiff
path: root/units/user@.service.in
diff options
context:
space:
mode:
authorAuke Kok <auke-jan.h.kok@intel.com>2013-03-22 21:43:31 -0700
committerAuke Kok <auke-jan.h.kok@intel.com>2013-03-22 21:43:31 -0700
commit3abcb6acedb588ca17f6374c1836f8a58396e520 (patch)
treec850a744e058d71e917ba7140f889ef0e081d6f4 /units/user@.service.in
parent4589f5bb0a973e9a41be93de06c87072cea4dfb9 (diff)
Update user session unit template.
While most folks will be using the derivative from user-session-units, I'm updating this one to reflect some of the fixes and things to note about user sessions: - cgroup should be set with "%u" - username instead of %I - set dbus path with %U explicitly too - hint to folks that wish to use MEM_CG features in user sessions - allow unit to be enabled for instances with systemctl enable
Diffstat (limited to 'units/user@.service.in')
-rw-r--r--units/user@.service.in10
1 files changed, 7 insertions, 3 deletions
diff --git a/units/user@.service.in b/units/user@.service.in
index 2c154953b1..901a334ef6 100644
--- a/units/user@.service.in
+++ b/units/user@.service.in
@@ -6,14 +6,18 @@
# (at your option) any later version.
[Unit]
-Description=User Manager for %I
+Description=User Manager for %u
After=systemd-user-sessions.service
[Service]
User=%I
PAMName=systemd-shared
-ControlGroup=%R/user/%I/shared cpu:/
+# in order to allow MEM_CG features to work, add "memory:/" here
+ControlGroup=%R/user/%u/shared cpu:/
ControlGroupModify=yes
Type=notify
ExecStart=-@rootlibexecdir@/systemd --user
-Environment=DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/%I/dbus/user_bus_socket
+Environment=DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/%U/dbus/user_bus_socket
+
+[Install]
+Alias=user@%i.service