]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/user@.service.m4.in
Merge pull request #1527 from keszybz/lz4
[thirdparty/systemd.git] / units / user@.service.m4.in
CommitLineData
d42d27ea
LP
1# This file is part of systemd.
2#
3# systemd is free software; you can redistribute it and/or modify it
5430f7f2
LP
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
d42d27ea
LP
6# (at your option) any later version.
7
8[Unit]
d8160f21 9Description=User Manager for UID %i
d42d27ea
LP
10After=systemd-user-sessions.service
11
12[Service]
8b255ecd 13User=%i
5c390a4a 14PAMName=systemd-user
d42d27ea 15Type=notify
e0d25329 16ExecStart=-@rootlibexecdir@/systemd --user
fb6becb4 17Slice=user-%i.slice
58ea275a 18KillMode=mixed
a931ad47 19Delegate=yes