summaryrefslogtreecommitdiff
path: root/units/hwclock-save.service
AgeCommit message (Collapse)Author
2011-05-25drop hwclock-save.serviceKay Sievers
We don't want to fiddle around changing the RTC, not on bootup, not on shutdown. If we don't run NTP, we have absolutely no clue what's the current time to store in the RTC. If we run NTP, the kernel syncs the system time every 11 minutes to the RTC. Especially in multi-boot environents we must not call hwclock(8) which tries to be smart with calculating/storing/applying drifts and such. Live-CDs must never touch the RTC, because we don't know if it is running in UTC or locatime.
2010-11-23units: simplify shutdown scriptsLennart Poettering
2010-10-25units: Since killall.service does not exist anymore remove all references.Franz Dietrich
This commit deletes all references to killall.service for the default services. The distribution specific services will be modified in a separate commit.
2010-09-21units: enable hwclock by defaultKay Sievers
2010-08-17units: add generic sysctl/hwclock-save serviceLennart Poettering