chiark / gitweb /
tmpfiles: create leading directories for d/D instructions
[elogind.git] / units / hwclock-load.service
index 493c7653a912da6b55d25ecb2fe1605eabfd2dae..51f255e2ab9570c4875e1e80511b65f8a1ea424c 100644 (file)
@@ -9,14 +9,16 @@
 Description=Apply System Clock UTC Offset
 DefaultDependencies=no
 Conflicts=shutdown.target
-Before=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
@@ -26,3 +28,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