Advertisement
neochapay

Untitled

Sep 16th, 2016
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. cat /lib/systemd/system/graphical.target
  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=Graphical Interface
  11. Documentation=man:systemd.special(7)
  12. Requires=multi-user.target
  13. After=multi-user.target
  14. #Conflicts=rescue.target
  15. AllowIsolate=yes
  16.  
  17. [Install]
  18. Alias=default.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement