X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=units%2Fhwclock-load.service;h=51f255e2ab9570c4875e1e80511b65f8a1ea424c;hp=d3427e6eebb6f31c9c2f79d0c0ed97af44a3ec39;hb=3336686286cb0eab725190c14bc990b38fe57125;hpb=f3c15784a118757b2511cb73d8c5c84a14ab4bc2 diff --git a/units/hwclock-load.service b/units/hwclock-load.service index d3427e6ee..51f255e2a 100644 --- a/units/hwclock-load.service +++ b/units/hwclock-load.service @@ -9,14 +9,16 @@ Description=Apply System Clock UTC Offset DefaultDependencies=no Conflicts=shutdown.target -Before=basic.target shutdown.target udev.service +After=systemd-readahead-collect.service systemd-readahead-replay.service +Before=sysinit.target shutdown.target udev.service [Service] Type=oneshot RemainAfterExit=yes ExecStart=/sbin/hwclock --systz +StandardOutput=syslog -# Note the weird semantics if hwclock and the kernel here: the first +# Note the weird semantics of hwclock and the kernel here: the first # settimeofday() invocation from userspace is special and may be used # to set the offset from UTC of the system clock. It is independent # of any specific RTC device. This is mostly a crufty hack to support @@ -28,4 +30,4 @@ ExecStart=/sbin/hwclock --systz # system time as part of kernel setup. [Install] -WantedBy=basic.target +WantedBy=sysinit.target