aboutsummaryrefslogtreecommitdiffstats
path: root/main/chrony/chronyd.confd
Commit message (Collapse)AuthorAgeFilesLines
* main/chrony: add FAST_STARTUP option to OpenRC servicesSören Tempel2018-10-151-0/+5
| | | | | | | | | | chronyd takes quite some time to perform a double fork to deamonize, thereby blocking OpenRC. This is probably the case because it blocks until time is synchronized. When enabled the FAST_STARTUP option performs the double fork through start-stop-daemon(1) thereby significantly reducing the startup of the chronyd service.
* main/chrony: updated with latest initd and confd from gentooDuane Hughes2011-04-281-6/+0
| | | | fixes #603
* moved extra/* to main/Natanael Copa2009-07-241-0/+18
and fixed misc build issues