X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=units%2Fuser%40.service.in;h=1e21d51aaef5b1833577b6bd2db6c2536bc87898;hp=59fe5242d6a77a1956c090ed52aa0d305511de92;hb=eab459bc0639b81b32735f36d3e929e4bfa2cb4b;hpb=bde7f9072109aaf298fe35de59a61b1eb026bf51 diff --git a/units/user@.service.in b/units/user@.service.in index 59fe5242d..1e21d51aa 100644 --- a/units/user@.service.in +++ b/units/user@.service.in @@ -1,19 +1,19 @@ # This file is part of systemd. # # systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or +# under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. [Unit] -Description=User Manager for %I +Description=User Manager for UID %i After=systemd-user-sessions.service [Service] -User=%I -PAMName=systemd-shared -ControlGroup=%R/user/%I/shared cpu:/ -ControlGroupModify=yes +User=%i +PAMName=systemd-user Type=notify -ExecStart=-@rootbindir@/systemd --user -Environment=DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/%I/dbus/user_bus_socket +ExecStart=-@rootlibexecdir@/systemd --user +Slice=user-%i.slice +KillMode=mixed +Delegate=yes