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.
This commit is contained in:
Franz Dietrich 2010-10-20 13:11:27 +02:00 committed by Lennart Poettering
parent 9ef9c0b3a3
commit 5b40d54851
6 changed files with 3 additions and 6 deletions

View 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]

View 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]

View 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]

View 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]

View 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]

View 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]