Re: [systemd-devel] alternative approach to waiting for system time to be set

2018-03-20 Thread Lennart Poettering
On Di, 20.03.18 08:54, Peter A. Bigot (p...@pabigot.com) wrote: > On 03/20/2018 12:57 AM, Peter A. Bigot wrote: > > On 03/19/2018 04:17 PM, Lennart Poettering wrote: > > > Would be great if you could rework it accordingly and submit it as PR. > > > > https://github.com/systemd/systemd/pull/8494

Re: [systemd-devel] alternative approach to waiting for system time to be set

2018-03-20 Thread Peter A. Bigot
On 03/20/2018 12:57 AM, Peter A. Bigot wrote: On 03/19/2018 04:17 PM, Lennart Poettering wrote: Would be great if you could rework it accordingly and submit it as PR. https://github.com/systemd/systemd/pull/8494 I've addressed most of the review comments but before pushing a new version

Re: [systemd-devel] alternative approach to waiting for system time to be set

2018-03-19 Thread Peter A. Bigot
On 03/19/2018 04:17 PM, Lennart Poettering wrote: On So, 18.03.18 20:45, Peter A. Bigot (p...@pabigot.com) wrote: Like others I'd like to use systemd to defer starting a service until the system time has been set accurately.  Previous approaches to resolving issue #5097 don't seem to be going

Re: [systemd-devel] alternative approach to waiting for system time to be set

2018-03-19 Thread Lennart Poettering
On So, 18.03.18 20:45, Peter A. Bigot (p...@pabigot.com) wrote: > Like others I'd like to use systemd to defer starting a service until the > system time has been set accurately.  Previous approaches to resolving issue > #5097 don't seem to be going anywhere. > >

Re: [systemd-devel] alternative approach to waiting for system time to be set

2018-03-19 Thread Jérémy Rosen
Maybe start a github pull-request ? things seems to be less forgotten that way. since your code already exist, creating a first PR should not be too much work... On 19/03/2018 02:45, Peter A. Bigot wrote: Like others I'd like to use systemd to defer starting a service until the system time

[systemd-devel] alternative approach to waiting for system time to be set

2018-03-18 Thread Peter A. Bigot
Like others I'd like to use systemd to defer starting a service until the system time has been set accurately.  Previous approaches to resolving issue #5097 don't seem to be going anywhere. https://github.com/pabigot/timesyncwait has my proposed solution: a standalone service that blocks