systemd-vconsole-setup.service \
systemd-modules-load.service \
systemd-random-seed-load.service \
- hwclock-load.service \
sysctl.service \
tmpwatch.timer \
tmpwatch.service && \
$(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 )
# 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