[systemd-commits] Makefile.am units/hwclock-load.service

Kay Sievers kay at kemper.freedesktop.org
Wed Sep 22 02:59:56 PDT 2010


 Makefile.am                |    2 --
 units/hwclock-load.service |    3 +++
 2 files changed, 3 insertions(+), 2 deletions(-)

New commits:
commit 6ebf598c405853a1adb6828726d60a9b3b1855d1
Author: Kay Sievers <kay.sievers at vrfy.org>
Date:   Wed Sep 22 12:00:07 2010 +0200

    units: hwclock support for non-UTC must not be in the default

diff --git a/Makefile.am b/Makefile.am
index f5d4690..6efba24 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -996,7 +996,6 @@ install-data-hook:
 			systemd-vconsole-setup.service \
 			systemd-modules-load.service \
 			systemd-random-seed-load.service \
-			hwclock-load.service \
 			sysctl.service \
 			tmpwatch.timer \
 			tmpwatch.service && \
@@ -1008,7 +1007,6 @@ install-data-hook:
 		$(LN_S) ../systemd-vconsole-setup.service && \
 		$(LN_S) ../systemd-modules-load.service && \
 		$(LN_S) ../systemd-random-seed-load.service && \
-		$(LN_S) ../hwclock-load.service && \
 		$(LN_S) ../sysctl.service && \
 		$(LN_S) ../tmpwatch.timer && \
 		$(LN_S) ../tmpwatch.service )
diff --git a/units/hwclock-load.service b/units/hwclock-load.service
index 493c765..85d56db 100644
--- a/units/hwclock-load.service
+++ b/units/hwclock-load.service
@@ -26,3 +26,6 @@ ExecStart=/sbin/hwclock --systz
 # Note that we do not run --hctosys here, we assume the kernel
 # includes a compiled in RTC module which is used to initialize the
 # system time as part of kernel setup.
+
+[Install]
+WantedBy=sysinit.target


More information about the systemd-commits mailing list