[systemd-commits] units/graphical.target units/multi-user.target

Lennart Poettering lennart at kemper.freedesktop.org
Fri Jan 17 11:29:29 PST 2014


 units/graphical.target  |    3 ---
 units/multi-user.target |    3 ---
 2 files changed, 6 deletions(-)

New commits:
commit 02ebe178a2bd6b2448d4fbfa4a1f7fa98e9e82b1
Author: Lennart Poettering <lennart at poettering.net>
Date:   Fri Jan 17 20:27:35 2014 +0100

    units: drop [Install] section from multi-user.target and graphical.target
    
    They were supposed to make it easy to make the default.target a symlink
    to these targets, but this was never advertised and we have a better
    command for this now in "systemctl set-default". Since the install
    section makes the output of "systemctl list-unit-files" confusing (since
    it makes the units appear as "disabled"), let's drop the sections.

diff --git a/units/graphical.target b/units/graphical.target
index 65f2521..a2c4532 100644
--- a/units/graphical.target
+++ b/units/graphical.target
@@ -13,6 +13,3 @@ After=multi-user.target
 Conflicts=rescue.target
 Wants=display-manager.service
 AllowIsolate=yes
-
-[Install]
-Alias=default.target
diff --git a/units/multi-user.target b/units/multi-user.target
index 998e046..0f0e5e9 100644
--- a/units/multi-user.target
+++ b/units/multi-user.target
@@ -12,6 +12,3 @@ Requires=basic.target
 Conflicts=rescue.service rescue.target
 After=basic.target rescue.service rescue.target
 AllowIsolate=yes
-
-[Install]
-Alias=default.target



More information about the systemd-commits mailing list