Skip to content

Commit

Permalink
feat: fix default values
Browse files Browse the repository at this point in the history
  • Loading branch information
kjkeane authored and myii committed May 10, 2019
1 parent 3bb8869 commit a2a3aa7
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions chrony/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,8 @@ chrony:
driftfile: /var/lib/chrony/drift
otherparams:
- 'rtcsync'
- 'makestep 10 3'
- 'stratumweight 0'
- 'makestep 0.1 3'
- 'stratumweight 0.001'
- 'bindcmdaddress 127.0.0.1'
- 'bindcmdaddress ::1'
- 'noclientlog'
- 'logchange 0.5'
allow:
- '10/8'
- '192.168/16'
- '172.16/12'
- 'logchange 1'

0 comments on commit a2a3aa7

Please sign in to comment.