summaryrefslogtreecommitdiff
path: root/units
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2010-09-21 21:33:24 +0200
committerKay Sievers <kay.sievers@vrfy.org>2010-09-21 21:33:24 +0200
commit7376cffd56ccfbf7e81db16736bba69aa3036cc0 (patch)
tree36f59d9e74afd425ce50a176f9aeccc32158d945 /units
parentd3f09cf39637de2441288b5e4c93eecbd1fb872d (diff)
units: enable hwclock by default
Diffstat (limited to 'units')
-rw-r--r--units/hwclock-load.service3
-rw-r--r--units/hwclock-save.service3
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