Thanks for the feedback! Responses in-line.
> If I understand it correctly, this is intended for separated server
> chronyd instances started with -x, right? chronyd is typically started
> at boot to keep the clock synchronized at all times, so I'm not sure
> how useful this would be for most peop
Oops, thanks! I submitted a MR here:
https://gitlab.com/chrony/chrony/-/merge_requests/4.
-Luke
On Mon, Oct 23, 2023 at 10:39 AM Miroslav Lichvar
wrote:
> On Fri, Oct 20, 2023 at 12:39:47PM -0400, Luke Valenta wrote:
> > Hi folks,
> >
> > I was going to submit a patch to add an option to enable
On Fri, Oct 20, 2023 at 01:31:42PM -0400, Luke Valenta wrote:
> Please consider this patch to add support for using NTP and NTS-KE server
> sockets passed to chrony from the systemd service manager.
>
> For context, we're currently testing out this patch as part of moving
> chrony to our tubular s
On Fri, Oct 20, 2023 at 12:39:47PM -0400, Luke Valenta wrote:
> Hi folks,
>
> I was going to submit a patch to add an option to enable debug output for
> chronyd without disabling daemon mode (as '-dd' does), but it looks like
> this is already possible with the (undocumented) '-L -1' option. This