diff options
author | zlg <zlg@zlg.space> | 2018-11-08 20:34:21 -0800 |
---|---|---|
committer | zlg <zlg@zlg.space> | 2018-11-08 20:34:21 -0800 |
commit | b301b0882607cfa4f1082760dccd404769049574 (patch) | |
tree | 26e34bd34502d415317df6b47eaef328905c084a /user/chrony/chrony.conf | |
parent | 6b75b73bbb77141a034c65d411b3a02b037f0aa2 (diff) | |
download | packages-b301b0882607cfa4f1082760dccd404769049574.tar.gz packages-b301b0882607cfa4f1082760dccd404769049574.tar.bz2 packages-b301b0882607cfa4f1082760dccd404769049574.tar.xz packages-b301b0882607cfa4f1082760dccd404769049574.zip |
user/chrony: add pidfile to .conf file
This is necessary for the OpenRC script to function.
Diffstat (limited to 'user/chrony/chrony.conf')
-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 |