chiark / gitweb /
units: Since killall.service does not exist anymore remove all references.
authorFranz Dietrich <enaut.w@googlemail.com>
Mon, 25 Oct 2010 21:54:36 +0000 (23:54 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 25 Oct 2010 21:54:36 +0000 (23:54 +0200)
This commit deletes all references to killall.service for the default
services.  The distribution specific services will be modified in a
separate commit.

units/hwclock-save.service
units/systemd-random-seed-save.service.in
units/systemd-update-utmp-runlevel.service.in
units/systemd-update-utmp-shutdown.service.in

index 067196f6f19ff410214ad7b4ad5551d14776ad6c..11ad0eba2be18f4f46357c7cf26736caf5e4d613 100644 (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
index 7cfd2c0a4ef75e2ebac616f586b70f21ba732ff3..6539bdceffb2d7616cc05275f57489083f7ad100 100644 (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]
index 23c5ada1eaf527399ac88bb4a2d003663fc042ba..865a1535de9b21008adb50f41851eec7a3d06d30 100644 (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
index 0b4fe928e0451f5ebf7ee80af24c1b58f9402899..c30d86d24c9348a9d01b8b97141fc61adf9ee6ca 100644 (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