diff options
Diffstat (limited to 'units')
-rw-r--r-- | units/hwclock-load.service | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/units/hwclock-load.service b/units/hwclock-load.service index 493c7653a9..85d56db5d2 100644 --- a/units/hwclock-load.service +++ b/units/hwclock-load.service @@ -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=sysinit.target |