1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-27 10:25:37 +03: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:
Franz Dietrich 2010-10-25 23:54:36 +02:00 committed by Lennart Poettering
parent 98e1f931a2
commit 9ef9c0b3a3
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

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

View File

@ -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

View File

@ -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