From: Franz Dietrich Date: Wed, 20 Oct 2010 11:11:27 +0000 (+0200) Subject: units: Remove the distro specific references to killall.service. X-Git-Tag: v12~158 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=5b40d54851da5934a0c819b35d6d5338039ee923 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. --- diff --git a/units/debian/umountfs.service b/units/debian/umountfs.service index 804db8853..1ae58574e 100644 --- a/units/debian/umountfs.service +++ b/units/debian/umountfs.service @@ -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] diff --git a/units/debian/umountnfs.service b/units/debian/umountnfs.service index 598c3d4fb..32f32d10d 100644 --- a/units/debian/umountnfs.service +++ b/units/debian/umountnfs.service @@ -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] diff --git a/units/debian/umountroot.service b/units/debian/umountroot.service index 5d1160228..4e0b87d84 100644 --- a/units/debian/umountroot.service +++ b/units/debian/umountroot.service @@ -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] diff --git a/units/fedora/plymouth-halt.service b/units/fedora/plymouth-halt.service index 69a919754..e0276293f 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 be699ba00..fb6f9aed3 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 5d252ada3..e73de409b 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]