[systemd-commits] 2 commits - TODO 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

Lennart Poettering lennart at kemper.freedesktop.org
Mon Oct 25 14:55:18 PDT 2010


 TODO                                          |    2 ++
 units/hwclock-save.service                    |    2 +-
 units/systemd-random-seed-save.service.in     |    2 +-
 units/systemd-update-utmp-runlevel.service.in |    2 +-
 units/systemd-update-utmp-shutdown.service.in |    2 +-
 5 files changed, 6 insertions(+), 4 deletions(-)

New commits:
commit 9ef9c0b3a32c98a5c94c682805a7b7eb4b9217ce
Author: Franz Dietrich <enaut.w at googlemail.com>
Date:   Mon Oct 25 23:54:36 2010 +0200

    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.

diff --git a/units/hwclock-save.service b/units/hwclock-save.service
index 067196f..11ad0eb 100644
--- a/units/hwclock-save.service
+++ b/units/hwclock-save.service
@@ -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
diff --git a/units/systemd-random-seed-save.service.in b/units/systemd-random-seed-save.service.in
index 7cfd2c0..6539bdc 100644
--- a/units/systemd-random-seed-save.service.in
+++ b/units/systemd-random-seed-save.service.in
@@ -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]
diff --git a/units/systemd-update-utmp-runlevel.service.in b/units/systemd-update-utmp-runlevel.service.in
index 23c5ada..865a153 100644
--- a/units/systemd-update-utmp-runlevel.service.in
+++ b/units/systemd-update-utmp-runlevel.service.in
@@ -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
diff --git a/units/systemd-update-utmp-shutdown.service.in b/units/systemd-update-utmp-shutdown.service.in
index 0b4fe92..c30d86d 100644
--- a/units/systemd-update-utmp-shutdown.service.in
+++ b/units/systemd-update-utmp-shutdown.service.in
@@ -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

commit 98e1f931a26dedbb9b5d19af84dc2cf3255bedcd
Author: Lennart Poettering <lennart at poettering.net>
Date:   Mon Oct 25 23:51:49 2010 +0200

    update fixme

diff --git a/TODO b/TODO
index 86b6c9f..4e838e8 100644
--- a/TODO
+++ b/TODO
@@ -78,6 +78,8 @@
 
 * cryptsetup
 
+* add seperate man page for [Install] settings
+
 External:
 
 * patch kernel to add /proc/swaps change notifications



More information about the systemd-commits mailing list