Comment # 17 on bug 1016313 from
(In reply to Michael Woski from comment #16)
> Created attachment 708582 [details]
> strace

The (s)trace here is uninteresting:

  execve("/usr/bin/systemctl", ["systemctl", "start",
"systemd-timesyncd.service"], [/* 116 vars */]) = 0

you did strace systemctl... the interesting process in your case is
systemd-timesyncd which is started by systemd (PID1).


You are receiving this mail because: