summaryrefslogtreecommitdiff
path: root/units/fedora
diff options
context:
space:
mode:
authorFranz Dietrich <enaut.w@googlemail.com>2010-10-20 13:11:27 +0200
committerLennart Poettering <lennart@poettering.net>2010-10-26 00:01:12 +0200
commit5b40d54851da5934a0c819b35d6d5338039ee923 (patch)
treee77efed9b08b683eb71583b680c1de26511bac73 /units/fedora
parent9ef9c0b3a32c98a5c94c682805a7b7eb4b9217ce (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')
-rw-r--r--units/fedora/plymouth-halt.service2
-rw-r--r--units/fedora/plymouth-poweroff.service2
-rw-r--r--units/fedora/plymouth-reboot.service2
3 files changed, 3 insertions, 3 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]
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]