Re: [systemd-devel] time-sync.target

2017-05-31 Thread Pietro Paolini
On 31 May 2017 at 02:36, Luke Shumaker <luke...@lukeshu.com> wrote: > On Tue, 30 May 2017 11:57:00 -0400, > Pietro Paolini wrote: > > Hi everybody, > > > > I am trying to configure my systemd to run my service *after* the > > timesyncd service is synchronize

[systemd-devel] time-sync.target

2017-05-30 Thread Pietro Paolini
Hi everybody, I am trying to configure my systemd to run my service *after* the timesyncd service is synchronized with the NTP server, unfortunately adding the "After=time-sycd.target" does not work as I can't see any change in the behavior - my service is started immediately anyway. Reading