]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - units/graphical.target
test: Disable LUKS devices from initramfs in QEMU tests
[thirdparty/systemd.git] / units / graphical.target
index 2e82d6f89854a6362a9b675804253066ee7d36b6..f3e30e9756be859b63125b9eacf40a9cef7de382 100644 (file)
@@ -1,3 +1,5 @@
+#  SPDX-License-Identifier: LGPL-2.1+
+#
 #  This file is part of systemd.
 #
 #  systemd is free software; you can redistribute it and/or modify it
@@ -5,14 +7,11 @@
 #  the Free Software Foundation; either version 2.1 of the License, or
 #  (at your option) any later version.
 
-# See systemd.special(7) for details
-
 [Unit]
 Description=Graphical Interface
+Documentation=man:systemd.special(7)
 Requires=multi-user.target
-After=multi-user.target
-Conflicts=rescue.target
+Wants=display-manager.service
+Conflicts=rescue.service rescue.target
+After=multi-user.target rescue.service rescue.target display-manager.service
 AllowIsolate=yes
-
-[Install]
-Alias=default.target