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

This commit is contained in:
Kay Sievers 2010-09-22 12:00:07 +02:00
parent 65ae3821ff
commit 6ebf598c40
2 changed files with 3 additions and 2 deletions

View 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 )

View 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