diff options
Diffstat (limited to 'units')
-rw-r--r-- | units/hwclock-load.service | 3 | ||||
-rw-r--r-- | units/hwclock-save.service | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/units/hwclock-load.service b/units/hwclock-load.service index 85d56db5d2..493c7653a9 100644 --- a/units/hwclock-load.service +++ b/units/hwclock-load.service @@ -26,6 +26,3 @@ 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 diff --git a/units/hwclock-save.service b/units/hwclock-save.service index 23866d2fb6..067196f6f1 100644 --- a/units/hwclock-save.service +++ b/units/hwclock-save.service @@ -13,6 +13,3 @@ Before=poweroff.service reboot.service halt.service killall.service [Service] Type=oneshot ExecStart=/sbin/hwclock --systohc - -[Install] -WantedBy=shutdown.target |