mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-02-27 13:57:26 +03:00
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:
parent
9ef9c0b3a3
commit
5b40d54851
@ -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]
|
||||
|
@ -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]
|
||||
|
@ -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]
|
||||
|
@ -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]
|
||||
|
@ -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]
|
||||
|
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user