diff options
author | Alan Jenkins <alan.christopher.jenkins@gmail.com> | 2017-08-01 11:40:51 +0100 |
---|---|---|
committer | Alan Jenkins <alan.christopher.jenkins@gmail.com> | 2017-08-31 16:17:41 +0100 |
commit | f48077762390d0d189985fe710e2af140dc05964 (patch) | |
tree | 90e8a4fe570c07eba4aa8c23d0e8a320865d25ab /units | |
parent | 6c1f72f626355615daee0e5a7ef7044759251a23 (diff) | |
download | systemd-f48077762390d0d189985fe710e2af140dc05964.tar.gz |
units: do not install rescue.target for alt-↑
rescue.target does not work well for this. It is not meant to be started,
only isolated.
Fixes #6493
Diffstat (limited to 'units')
-rw-r--r-- | units/rescue.target | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/units/rescue.target b/units/rescue.target index 3f59b14339..bd92ed2df3 100644 --- a/units/rescue.target +++ b/units/rescue.target @@ -11,6 +11,3 @@ Documentation=man:systemd.special(7) Requires=sysinit.target rescue.service After=sysinit.target rescue.service AllowIsolate=yes - -[Install] -Alias=kbrequest.target |