]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/user@.service.in
copy: only check for traversing mount points on directories
[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 12After=systemd-user-sessions.service
a9f0f5e5
ZJS
13After=user-runtime-dir@%i.service
14Requires=user-runtime-dir@%i.service
d42d27ea
LP
15
16[Service]
8b255ecd 17User=%i
5c390a4a 18PAMName=systemd-user
d42d27ea 19Type=notify
e0d25329 20ExecStart=-@rootlibexecdir@/systemd --user
fb6becb4 21Slice=user-%i.slice
58ea275a 22KillMode=mixed
acc80591 23Delegate=pids memory
8c277ddd 24TasksMax=infinity
2fa4f108 25TimeoutStopSec=120s