]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/user@.service.in
units: add time-set.target
[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
a99655b0 12Documentation=man:user@.service(5)
e5b3ace9 13After=systemd-user-sessions.service user-runtime-dir@%i.service dbus.service
a9f0f5e5 14Requires=user-runtime-dir@%i.service
8c1f0435 15IgnoreOnIsolate=yes
d42d27ea
LP
16
17[Service]
8b255ecd 18User=%i
5c390a4a 19PAMName=systemd-user
d42d27ea 20Type=notify
e0d25329 21ExecStart=-@rootlibexecdir@/systemd --user
fb6becb4 22Slice=user-%i.slice
58ea275a 23KillMode=mixed
acc80591 24Delegate=pids memory
8c277ddd 25TasksMax=infinity
2fa4f108 26TimeoutStopSec=120s
928df2c2 27KeyringMode=inherit