X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=units%2Fhwclock-load.service;h=d3427e6eebb6f31c9c2f79d0c0ed97af44a3ec39;hp=493c7653a912da6b55d25ecb2fe1605eabfd2dae;hb=169c1bda807d183a362b47efe0b5b56e9320e430;hpb=7376cffd56ccfbf7e81db16736bba69aa3036cc0 diff --git a/units/hwclock-load.service b/units/hwclock-load.service index 493c7653a..d3427e6ee 100644 --- a/units/hwclock-load.service +++ b/units/hwclock-load.service @@ -9,7 +9,7 @@ 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 @@ -26,3 +26,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