Skip to content

Commit a2a3aa7

Browse files
kjkeanemyii
authored andcommitted
feat: fix default values
1 parent 3bb8869 commit a2a3aa7

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

chrony/defaults.yaml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,8 @@ chrony:
1717
driftfile: /var/lib/chrony/drift
1818
otherparams:
1919
- 'rtcsync'
20-
- 'makestep 10 3'
21-
- 'stratumweight 0'
20+
- 'makestep 0.1 3'
21+
- 'stratumweight 0.001'
2222
- 'bindcmdaddress 127.0.0.1'
2323
- 'bindcmdaddress ::1'
24-
- 'noclientlog'
25-
- 'logchange 0.5'
26-
allow:
27-
- '10/8'
28-
- '192.168/16'
29-
- '172.16/12'
24+
- 'logchange 1'

0 commit comments

Comments
 (0)