[PATCH 2/2] Remove the distro specific references to killall.service.

Franz Dietrich enaut.w at googlemail.com
Wed Oct 20 04:11:27 PDT 2010


Maybe debian and fedora still have the killall.service but usually it shouldn't be necessary anymore.
---
 units/debian/umountfs.service          |    2 +-
 units/debian/umountnfs.service         |    2 +-
 units/debian/umountroot.service        |    2 +-
 units/fedora/plymouth-halt.service     |    2 +-
 units/fedora/plymouth-poweroff.service |    2 +-
 units/fedora/plymouth-reboot.service   |    2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/units/debian/umountfs.service b/units/debian/umountfs.service
index 804db88..e36fb1d 100644
--- a/units/debian/umountfs.service
+++ b/units/debian/umountfs.service
@@ -8,7 +8,7 @@
 [Unit]
 Description=Turn off swap and umount all local file systems
 DefaultDependencies=no
-After=killall.service
+After=
 Before=reboot.service poweroff.service halt.service umountroot.service
 
 [Service]
diff --git a/units/debian/umountnfs.service b/units/debian/umountnfs.service
index 598c3d4..22086d7 100644
--- a/units/debian/umountnfs.service
+++ b/units/debian/umountnfs.service
@@ -8,7 +8,7 @@
 [Unit]
 Description=Umount all network file systems
 DefaultDependencies=no
-After=killall.service
+After=
 Before=reboot.service poweroff.service halt.service umountfs.service
 
 [Service]
diff --git a/units/debian/umountroot.service b/units/debian/umountroot.service
index 5d11602..42ba82a 100644
--- a/units/debian/umountroot.service
+++ b/units/debian/umountroot.service
@@ -8,7 +8,7 @@
 [Unit]
 Description=Mount the root file system read-only
 DefaultDependencies=no
-After=killall.service
+After=
 Before=reboot.service poweroff.service halt.service
 
 [Service]
diff --git a/units/fedora/plymouth-halt.service b/units/fedora/plymouth-halt.service
index 69a9197..c0c137e 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 at 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 be699ba..ad6e404 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 at 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 5d252ad..0f77f78 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 at tty1.service prefdm.service
-Before=killall.service reboot.service
+Before= reboot.service
 DefaultDependencies=no
 
 [Service]
-- 
1.7.2.2



--------------090503000204080905060904--


More information about the systemd-devel mailing list