user@.service.m4.in revision 4acbce79798347cddf1e1d42e9be571e0a041873
0N/A# This file is part of systemd.
0N/A#
0N/A# systemd is free software; you can redistribute it and/or modify it
2362N/A# under the terms of the GNU Lesser General Public License as published by
0N/A# the Free Software Foundation; either version 2.1 of the License, or
0N/A# (at your option) any later version.
0N/A
0N/A[Unit]
0N/ADescription=User Manager for %I
0N/AAfter=systemd-user-sessions.service
0N/A
0N/A[Service]
0N/AUser=%I
0N/APAMName=systemd-user
0N/AType=notify
0N/AExecStart=-@rootlibexecdir@/systemd --user
2362N/Am4_ifdef(`ENABLE_KDBUS',
0N/AEnvironment=DBUS_SESSION_BUS_ADDRESS=kernel:path=/dev/kdbus/%I-user/bus;unix:path=/run/user/%I/bus
0N/A,m4_dnl
0N/AEnvironment=DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/%I/bus
0N/A)m4_dnl
0N/ASlice=user-%i.slice
0N/A