diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-06-30 02:18:01 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-06-30 02:18:01 +0200 |
commit | d42d27ead91e470cb12986d928441e56c0f543ca (patch) | |
tree | 1b1ae1f9c579e33915774591ee5768caf7aa12d8 /units/user@.service.in | |
parent | e6061ab2afecfaaa0d0797b88f9a4f53720b31ee (diff) |
logind: add service for per-user shared systemd daemon
Diffstat (limited to 'units/user@.service.in')
-rw-r--r-- | units/user@.service.in | 18 |
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 |