mirror of
https://github.com/systemd/systemd.git
synced 2024-11-24 10:43:35 +08:00
units: Since killall.service does not exist anymore remove all references.
This commit deletes all references to killall.service for the default services. The distribution specific services will be modified in a separate commit.
This commit is contained in:
parent
98e1f931a2
commit
9ef9c0b3a3
@ -8,7 +8,7 @@
|
||||
[Unit]
|
||||
Description=Update RTC With System Clock
|
||||
DefaultDependencies=no
|
||||
Before=poweroff.service reboot.service halt.service killall.service
|
||||
Before=poweroff.service reboot.service halt.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
|
@ -8,7 +8,7 @@
|
||||
[Unit]
|
||||
Description=Save Random Seed
|
||||
DefaultDependencies=no
|
||||
Before=poweroff.service reboot.service halt.service killall.service
|
||||
Before=poweroff.service reboot.service halt.service
|
||||
Conflicts=systemd-random-seed-load.service
|
||||
|
||||
[Service]
|
||||
|
@ -10,7 +10,7 @@ Description=Notify Audit System and Update UTMP about System Runlevel Changes
|
||||
DefaultDependencies=no
|
||||
Wants=local-fs.target sysinit.target
|
||||
After=local-fs.target sysinit.target auditd.service runlevel1.target runlevel2.target runlevel3.target runlevel4.target runlevel5.target systemd-tmpfiles-setup.service
|
||||
Before=poweroff.service reboot.service halt.service killall.service
|
||||
Before=poweroff.service reboot.service halt.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
|
@ -10,7 +10,7 @@ Description=Notify Audit System and Update UTMP about System Shutdown
|
||||
DefaultDependencies=no
|
||||
Wants=local-fs.target sysinit.target
|
||||
After=local-fs.target sysinit.target auditd.service systemd-update-utmp-runlevel.service
|
||||
Before=poweroff.service reboot.service halt.service killall.service
|
||||
Before=poweroff.service reboot.service halt.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
|
Loading…
Reference in New Issue
Block a user