aboutsummaryrefslogtreecommitdiffstats
path: root/main/chrony/chronyd.initd
Commit message (Collapse)AuthorAgeFilesLines
* main/chrony: step closer to openrc documentationtcely2019-04-171-7/+8
|
* main/chrony: set default PID file pathtcely2019-04-171-5/+5
|
* main/chrony: update PIDFILE locationSören Tempel2018-12-261-2/+2
| | | | | | | | | | | 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
* main/chrony: add FAST_STARTUP option to OpenRC servicesSören Tempel2018-10-151-1/+7
| | | | | | | | | | 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: Added description to init.d scriptDaniele Coli2015-10-271-0/+2
| | | | | Added description to init.d script in order to make it compliant with rc-system and avoid annoying warning messages on syslog.
* main/*: replace all sbin/runscript with sbin/openrc-runNatanael Copa2015-04-281-1/+1
|
* main/chrony: updated with latest initd and confd from gentooDuane Hughes2011-04-281-0/+9
| | | | fixes #603
* main/chrony: provide ntp-client and ntp-serverNatanael Copa2010-02-081-0/+1
| | | | fixes #260
* main/chrony,clamav,clamsmtp,conntrack,cyrus-sasl: start services after fwNatanael Copa2009-09-151-0/+1
|
* moved extra/* to main/Natanael Copa2009-07-241-0/+58
and fixed misc build issues