| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
The default pidfile location changed with chrony 3.4 [0] but wasn't
changed in the OpenRC service. Therefore OpenRC was no longer able to
detect the status of the chronyd service.
Fixes #9674
Fixes #9645
[0]: https://git.tuxfamily.org/chrony/chrony.git/commit/?h=3.4&id=e50dc739d88feca6e0da034406034f3d3cf60ca4
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Added description to init.d script in order to make it compliant
with rc-system and avoid annoying warning messages on syslog.
|
| |
|
|
|
|
| |
fixes #603
|
|
|
|
| |
fixes #260
|
| |
|
|
and fixed misc build issues
|