chiark / gitweb /
sd-bus: add extra assert check
[elogind.git] / units / user@.service.in
1 #  This file is part of systemd.
2 #
3 #  systemd is free software; you can redistribute it and/or modify it
4 #  under the terms of the GNU Lesser General Public License as published by
5 #  the Free Software Foundation; either version 2.1 of the License, or
6 #  (at your option) any later version.
7
8 [Unit]
9 Description=User Manager for UID %i
10 After=systemd-user-sessions.service
11
12 [Service]
13 User=%i
14 PAMName=systemd-user
15 Type=notify
16 ExecStart=-@rootlibexecdir@/systemd --user
17 Slice=user-%i.slice
18 KillMode=mixed
19 Delegate=yes