Skip to content

Commit

Permalink
lenses/chrony.aug: Add support for leapseclist
Browse files Browse the repository at this point in the history
This commit adds support for "leapseclist" option.

Signed-off-by: Cosmin Tupangiu <[email protected]>
  • Loading branch information
tupyy committed Aug 7, 2024
1 parent 6ed6a28 commit 4e09c44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions lenses/chrony.aug
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ module Chrony =
| "ntpsigndsocket" | "pidfile" | "ptpport"
| "port" | "reselectdist" | "rtcautotrim" | "rtcdevice"
| "rtcfile" | "sched_priority" | "stratumweight" | "user"
| "leapseclist"

(************************************************************************
* Group: Make some sub-lenses for use in later lenses
Expand Down
2 changes: 2 additions & 0 deletions lenses/tests/test_chrony.aug
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ ntsprocesses 2
ntsrefresh 86400
ntsrotate 86400
ptpport 319
leapseclist /usr/share/zoneinfo/leap-seconds.list
"

test Chrony.lns get exampleconf =
Expand Down Expand Up @@ -317,6 +318,7 @@ ptpport 319
{ "ntsrefresh" = "86400" }
{ "ntsrotate" = "86400" }
{ "ptpport" = "319" }
{ "leapseclist" = "/usr/share/zoneinfo/leap-seconds.list" }


(* Local Variables: *)
Expand Down

0 comments on commit 4e09c44

Please sign in to comment.