diff options
author | A. Wilcox <awilcox@wilcox-tech.com> | 2018-11-15 01:50:52 +0000 |
---|---|---|
committer | A. Wilcox <awilcox@wilcox-tech.com> | 2018-11-15 01:50:52 +0000 |
commit | 5bc0e9b0f9d27d5b845ef4ccac4a0d5829271744 (patch) | |
tree | b96beb5a6ed226694de2bf6f5545d88e6d6d7e75 | |
parent | bcecf9937dcf051344d99c9e5e6351274f606c9c (diff) | |
parent | b301b0882607cfa4f1082760dccd404769049574 (diff) | |
download | packages-5bc0e9b0f9d27d5b845ef4ccac4a0d5829271744.tar.gz packages-5bc0e9b0f9d27d5b845ef4ccac4a0d5829271744.tar.bz2 packages-5bc0e9b0f9d27d5b845ef4ccac4a0d5829271744.tar.xz packages-5bc0e9b0f9d27d5b845ef4ccac4a0d5829271744.zip |
Merge branch 'fix.chrony.zlg.20181108' into 'master'
user/chrony: add pidfile to .conf file
This is necessary for the OpenRC script to function.
See merge request !104
-rw-r--r-- | user/chrony/chrony.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/user/chrony/chrony.conf b/user/chrony/chrony.conf index e2d26cd62..98ae0d32b 100644 --- a/user/chrony/chrony.conf +++ b/user/chrony/chrony.conf @@ -8,3 +8,6 @@ rtcsync # check /etc/conf.d/chrony if you want daemon logs to go to syslog # this setting specifies where statistics go logdir /var/log/chrony + +# Needed for the OpenRC script to work correctly +pidfile /var/run/chronyd.pid |