From d42d27ead91e470cb12986d928441e56c0f543ca Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 30 Jun 2011 02:18:01 +0200 Subject: logind: add service for per-user shared systemd daemon --- units/user@.service.in | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 units/user@.service.in (limited to 'units/user@.service.in') 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 -- cgit v1.2.3-54-g00ecf