]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/user@.service.in
test-string-util: add another test for stripping slashes
[thirdparty/systemd.git] / units / user@.service.in
CommitLineData
a7df2d1e
ZJS
1# SPDX-License-Identifier: LGPL-2.1+
2#
d42d27ea
LP
3# This file is part of systemd.
4#
5# systemd is free software; you can redistribute it and/or modify it
5430f7f2
LP
6# under the terms of the GNU Lesser General Public License as published by
7# the Free Software Foundation; either version 2.1 of the License, or
d42d27ea
LP
8# (at your option) any later version.
9
10[Unit]
d8160f21 11Description=User Manager for UID %i
d42d27ea
LP
12After=systemd-user-sessions.service
13
14[Service]
8b255ecd 15User=%i
5c390a4a 16PAMName=systemd-user
d42d27ea 17Type=notify
e0d25329 18ExecStart=-@rootlibexecdir@/systemd --user
fb6becb4 19Slice=user-%i.slice
58ea275a 20KillMode=mixed
a931ad47 21Delegate=yes
8c277ddd 22TasksMax=infinity
2fa4f108 23TimeoutStopSec=120s