chiark / gitweb /
units: Remove the distro specific references to killall.service.
authorFranz Dietrich <enaut.w@googlemail.com>
Wed, 20 Oct 2010 11:11:27 +0000 (13:11 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 25 Oct 2010 22:01:12 +0000 (00:01 +0200)
Maybe debian and fedora still have the killall.service but usually it shouldn't be necessary anymore.

units/debian/umountfs.service
units/debian/umountnfs.service
units/debian/umountroot.service
units/fedora/plymouth-halt.service
units/fedora/plymouth-poweroff.service
units/fedora/plymouth-reboot.service

index 804db88538f715fcf73b877deb9a9001da02f508..1ae58574ee190148aa0fe52aa622a6df059ff653 100644 (file)
@@ -8,7 +8,6 @@
 [Unit]
 Description=Turn off swap and umount all local file systems
 DefaultDependencies=no
-After=killall.service
 Before=reboot.service poweroff.service halt.service umountroot.service
 
 [Service]
index 598c3d4fb9ee52a78705aa9a7eeee94acccbe30c..32f32d10db3053a13aca534714bb0acdca9fc35d 100644 (file)
@@ -8,7 +8,6 @@
 [Unit]
 Description=Umount all network file systems
 DefaultDependencies=no
-After=killall.service
 Before=reboot.service poweroff.service halt.service umountfs.service
 
 [Service]
index 5d116022864c4a348142cf9087ff5ec516d02909..4e0b87d84614cb4f8bd9f44fc5bb40dd031a354c 100644 (file)
@@ -8,7 +8,6 @@
 [Unit]
 Description=Mount the root file system read-only
 DefaultDependencies=no
-After=killall.service
 Before=reboot.service poweroff.service halt.service
 
 [Service]
index 69a9197544e7f9ecd34b3f50b01d10bfb7027d2a..e0276293fb78b1e3c0678c1c68279350592d5f4d 100644 (file)
@@ -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]
index be699ba00d82715f43c3a4e52bccb9c96be5f5b6..fb6f9aed3089e4f687c8e971cbbdc706f38e9531 100644 (file)
@@ -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]
index 5d252ada3a749e985d225503c72fd08f427f1126..e73de409b940fb49e6240a6c0215fe66cd16c8c5 100644 (file)
@@ -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]