Skip to content

Commit

Permalink
fix: no need for two chronyc variables
Browse files Browse the repository at this point in the history
  • Loading branch information
itkovian committed Oct 26, 2020
1 parent 0a31a00 commit 72f1015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nhc.conf
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
### Check that the time has not drifted too much.
### Only actually checks if the env var is defined (in /etc/sysconfig/nhc)
* || if [ ! -z "${NHC_PTPD_STATUS+x}" ]; then check_ptpd_drift; fi
* || if [ ! -z "${NHC_CHRONY_STATUS+x}" ]; then check_chrony_drift; fi
* || if [ ! -z "${NHC_CHRONYC_MAX_DRIFT+x}" ]; then check_chrony_drift; fi

#######################################################################
###
Expand Down

0 comments on commit 72f1015

Please sign in to comment.