summaryrefslogtreecommitdiff
path: root/units/user@.service.in
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-06-30 02:18:01 +0200
committerLennart Poettering <lennart@poettering.net>2011-06-30 02:18:01 +0200
commitd42d27ead91e470cb12986d928441e56c0f543ca (patch)
tree1b1ae1f9c579e33915774591ee5768caf7aa12d8 /units/user@.service.in
parente6061ab2afecfaaa0d0797b88f9a4f53720b31ee (diff)
downloadsystemd-d42d27ead91e470cb12986d928441e56c0f543ca.tar.gz
logind: add service for per-user shared systemd daemon
Diffstat (limited to 'units/user@.service.in')
-rw-r--r--units/user@.service.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/units/user@.service.in b/units/user@.service.in
new file mode 100644
index 0000000000..d692c8ece8
--- /dev/null
+++ b/units/user@.service.in
@@ -0,0 +1,18 @@
+# This file is part of systemd.
+#
+# systemd is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+
+[Unit]
+Description=User Manager for %I
+After=systemd-user-sessions.service
+
+[Service]
+User=%I
+PAMName=systemd-shared
+ControlGroup=/user/%I/shared
+ControlGroupModify=yes
+Type=notify
+ExecStart=-@rootbindir@/systemd --user