52948fda20b3ab0a44c4db55a2fa709d7bc96db5
[scm/bb/meta-tizen.git] / recipes-tizen / systemd / files / user@.service
1 #  This file is part of systemd.
2 #
3 #  systemd is free software; you can redistribute it and/or modify it
4 #  under the terms of the GNU Lesser General Public License as published by
5 #  the Free Software Foundation; either version 2.1 of the License, or
6 #  (at your option) any later version.
7
8 [Unit]
9 Description=User Manager for %I
10 After=systemd-user-sessions.service
11
12 [Service]
13 User=%I
14 PAMName=systemd-user
15 Type=notify
16 Environment=SHELL=%s
17 ExecStart=-/usr/lib/systemd/systemd --user
18 Environment=DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/%I/dbus/user_bus_socket
19 Slice=user-%i.slice