diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2010-09-22 12:00:07 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2010-09-22 12:00:07 +0200 |
commit | 6ebf598c405853a1adb6828726d60a9b3b1855d1 (patch) | |
tree | 582bfa8144272798acc3c716caab823e3c8106f0 /units/hwclock-load.service | |
parent | 65ae3821ff45cf65e53cab82a81ea00cfec942a8 (diff) |
units: hwclock support for non-UTC must not be in the default
Diffstat (limited to 'units/hwclock-load.service')
-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 |