mirror of
https://git.freebsd.org/ports.git
synced 2025-07-05 11:29:15 -04:00
ntpd-rs is an NTP implementation written in Rust, with a focus on security and stability. It includes client and server functionality and supports NTS. WWW: https://tweedegolf.nl/en/pendulum PR: 272774
8 lines
299 B
TOML
8 lines
299 B
TOML
--- config/nts.client.toml.orig 2023-07-28 10:29:25 UTC
|
|
+++ config/nts.client.toml
|
|
@@ -18,4 +18,4 @@ startup-panic-threshold = { forward = "inf", backward
|
|
startup-panic-threshold = { forward = "inf", backward = 1800 }
|
|
|
|
[observe]
|
|
-path = "/run/ntpd-rs/observe"
|
|
+path = "/var/run/ntpd-rs/observe"
|