chiark / gitweb /
fedora: start plymouth after udev-settle, so that the graphics modules are loaded
[elogind.git] / units / hwclock-load.service
index 85d56db5d2fa5059866f05b6e5d8f2fd2083968c..3897b39d1a087694ee4b491529d715f7e1f47e19 100644 (file)
@@ -9,12 +9,13 @@
 Description=Apply System Clock UTC Offset
 DefaultDependencies=no
 Conflicts=shutdown.target
-Before=shutdown.target udev.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 +29,4 @@ ExecStart=/sbin/hwclock --systz
 # system time as part of kernel setup.
 
 [Install]
-WantedBy=sysinit.target
+WantedBy=basic.target