From 5b40d54851da5934a0c819b35d6d5338039ee923 Mon Sep 17 00:00:00 2001 From: Franz Dietrich Date: Wed, 20 Oct 2010 13:11:27 +0200 Subject: 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. --- units/fedora/plymouth-halt.service | 2 +- units/fedora/plymouth-poweroff.service | 2 +- units/fedora/plymouth-reboot.service | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'units/fedora') 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] diff --git a/units/fedora/plymouth-poweroff.service b/units/fedora/plymouth-poweroff.service index be699ba00d..fb6f9aed30 100644 --- a/units/fedora/plymouth-poweroff.service +++ b/units/fedora/plymouth-poweroff.service @@ -8,7 +8,7 @@ [Unit] Description=Show Plymouth Power Off Screen After=getty@tty1.service prefdm.service -Before=killall.service poweroff.service +Before=poweroff.service DefaultDependencies=no [Service] diff --git a/units/fedora/plymouth-reboot.service b/units/fedora/plymouth-reboot.service index 5d252ada3a..e73de409b9 100644 --- a/units/fedora/plymouth-reboot.service +++ b/units/fedora/plymouth-reboot.service @@ -8,7 +8,7 @@ [Unit] Description=Show Plymouth Reboot Screen After=getty@tty1.service prefdm.service -Before=killall.service reboot.service +Before=reboot.service DefaultDependencies=no [Service] -- cgit v1.2.3-54-g00ecf