Advertisement
Guest User

Untitled

a guest
Oct 16th, 2014
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. bash-3.2# cat /lib/systemd/system/user\@.service
  2. # This file is part of systemd.
  3. #
  4. # systemd is free software; you can redistribute it and/or modify it
  5. # under the terms of the GNU Lesser General Public License as published by
  6. # the Free Software Foundation; either version 2.1 of the License, or
  7. # (at your option) any later version.
  8.  
  9. [Unit]
  10. Description=User Manager for %I
  11. After=systemd-user-sessions.service
  12.  
  13. [Service]
  14. User=%I
  15. PAMName=systemd-user
  16. Type=notify
  17. Environment=SHELL=%s
  18. ExecStart=/lib/systemd/systemd --user --unit=default.target
  19. Environment=DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/%I/dbus/user_bus_socket
  20. Slice=user-%i.slice
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement