summaryrefslogtreecommitdiff
path: root/units/hwclock-load.service
AgeCommit message (Collapse)Author
2011-05-24rtc in localtime: use settimeofday(NULL, tz) instead of hwclock(8)Kay Sievers
We check for LOCAL in /etc/adjtime and if needed, ask the kernel to apply the timezone delta to the system clock. The very first call of settimeofday() without a time, but a timezone warps the system clock, so that it properly runs in UTC.
2011-04-06units: rename rtc-set.target to time-sync.target and pull it in by ↵Lennart Poettering
hwclock-load.service On request of Miroslav Lichvar, rename rtc-set.target to time-sync.target since usually the RTC chip isn't involved at all in NTP syncs. Also, pull it in by hwclock-load.service.
2010-12-20Fix misspellings in os-release manpage and hwclock-load.serviceMiklos Vajna
2010-11-19units: move a couple of units from base.target to sysinit.targetLennart Poettering
2010-11-16units: order hwclock after readaheadLennart Poettering
2010-10-20syslog: enable kmsg bridge by default and enable syslogging for early boot ↵Lennart Poettering
services
2010-10-07units: make sure we run all early boot units before entering basic.targetLennart Poettering
2010-09-28units: enable mount units by default and hook binary units into base.target ↵Lennart Poettering
instead of sysinit.target, leaving the latter for sysv compatibility
2010-09-22units: hwclock support for non-UTC must not be in the defaultKay Sievers
2010-09-21units: enable hwclock by defaultKay Sievers
2010-08-18units: add hwclock-load serviceLennart Poettering