diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-01-17 20:27:35 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-01-17 20:27:35 +0100 |
commit | 02ebe178a2bd6b2448d4fbfa4a1f7fa98e9e82b1 (patch) | |
tree | a42f9911ec4d5a7937ba03dc23514c1d91e9e9af /units/graphical.target | |
parent | 6a8b5fa4635ed858788fb10099ec9b62b3359a0a (diff) |
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.
Diffstat (limited to 'units/graphical.target')
-rw-r--r-- | units/graphical.target | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/units/graphical.target b/units/graphical.target index 65f2521d9e..a2c4532e4c 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 |