]> git.proxmox.com Git - systemd.git/blame - units/user@.service.in
New upstream version 240
[systemd.git] / units / user@.service.in
CommitLineData
52ad194e
MB
1# SPDX-License-Identifier: LGPL-2.1+
2#
663996b3
MS
3# This file is part of systemd.
4#
5# systemd is free software; you can redistribute it and/or modify it
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
8# (at your option) any later version.
9
10[Unit]
60f067b4 11Description=User Manager for UID %i
6e866b33
MB
12Documentation=man:user@.service(5)
13After=systemd-user-sessions.service user-runtime-dir@%i.service dbus.service
b012e921 14Requires=user-runtime-dir@%i.service
6e866b33 15IgnoreOnIsolate=yes
663996b3
MS
16
17[Service]
60f067b4 18User=%i
14228c0d 19PAMName=systemd-user
663996b3
MS
20Type=notify
21ExecStart=-@rootlibexecdir@/systemd --user
14228c0d 22Slice=user-%i.slice
60f067b4 23KillMode=mixed
98393f85 24Delegate=pids memory
4c89c718 25TasksMax=infinity
8a584da2 26TimeoutStopSec=120s