chiark / gitweb /
fedora: start plymouth after udev-settle, so that the graphics modules are loaded
[elogind.git] / units / hwclock-load.service
index 493c7653a912da6b55d25ecb2fe1605eabfd2dae..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
@@ -26,3 +27,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=basic.target