summaryrefslogtreecommitdiff
path: root/units
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
parente6061ab2afecfaaa0d0797b88f9a4f53720b31ee (diff)
logind: add service for per-user shared systemd daemon
Diffstat (limited to 'units')
-rw-r--r--units/.gitignore1
-rw-r--r--units/user@.service.in18
2 files changed, 19 insertions, 0 deletions
diff --git a/units/.gitignore b/units/.gitignore
index 8da3804edb..ac700e8044 100644
--- a/units/.gitignore
+++ b/units/.gitignore
@@ -1,3 +1,4 @@
+user@.service
systemd-logind.service
systemd-localed.service
systemd-timedated.service
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