diff options
author | Franz Dietrich <enaut.w@googlemail.com> | 2010-10-20 13:11:27 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-10-26 00:01:12 +0200 |
commit | 5b40d54851da5934a0c819b35d6d5338039ee923 (patch) | |
tree | e77efed9b08b683eb71583b680c1de26511bac73 /units/fedora/plymouth-halt.service | |
parent | 9ef9c0b3a32c98a5c94c682805a7b7eb4b9217ce (diff) |
units: Remove the distro specific references to killall.service.
Maybe debian and fedora still have the killall.service but usually it shouldn't be necessary anymore.
Diffstat (limited to 'units/fedora/plymouth-halt.service')
-rw-r--r-- | units/fedora/plymouth-halt.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/fedora/plymouth-halt.service b/units/fedora/plymouth-halt.service index 69a9197544..e0276293fb 100644 --- a/units/fedora/plymouth-halt.service +++ b/units/fedora/plymouth-halt.service @@ -8,7 +8,7 @@ [Unit] Description=Show Plymouth Halt Screen After=getty@tty1.service prefdm.service -Before=killall.service halt.service +Before=halt.service DefaultDependencies=no [Service] |