chiark / gitweb /
pam: duplicate cgroup tree in the cpu hierarchy by default, optionally more
[elogind.git] / units / hwclock-load.service
index 85d56db5d2fa5059866f05b6e5d8f2fd2083968c..6a1951ad099185ca779376dfd89453185da63796 100644 (file)
@@ -9,12 +9,14 @@
 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=basic.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
 # settimeofday() invocation from userspace is special and may be used
@@ -28,4 +30,4 @@ ExecStart=/sbin/hwclock --systz
 # system time as part of kernel setup.
 
 [Install]
-WantedBy=sysinit.target
+WantedBy=basic.target