chiark / gitweb /
units: hwclock support for non-UTC must not be in the default
authorKay Sievers <kay.sievers@vrfy.org>
Wed, 22 Sep 2010 10:00:07 +0000 (12:00 +0200)
committerKay Sievers <kay.sievers@vrfy.org>
Wed, 22 Sep 2010 10:00:07 +0000 (12:00 +0200)
Makefile.am
units/hwclock-load.service

index f5d46904afc6d54e177719568e66b02be8d67683..6efba24a53c0ec8199e19df6ae5a24360965400e 100644 (file)
@@ -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 )
index 493c7653a912da6b55d25ecb2fe1605eabfd2dae..85d56db5d2fa5059866f05b6e5d8f2fd2083968c 100644 (file)
@@ -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