]> git.ipfire.org Git - thirdparty/systemd.git/commit
timedate: defer the property changed signal until job of starting/stopping NTP servic... 9684/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 22 Jul 2018 14:10:02 +0000 (23:10 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 26 Jul 2018 03:13:35 +0000 (12:13 +0900)
commit3af0a96c0fcc623bd16649fc3640396a657cf9ef
treea845cc06ba6f037ada10d43341697e7294a3dc28
parent65d3426677569c0645b54c7124a9ff7980605c94
timedate: defer the property changed signal until job of starting/stopping NTP service is finished

Before this, the property changed signal is emitted immediately after
StartUnit/StopUnit method is called. So, the running state of the NTP
client service may not updated.
This makes the timing of emitting property changed signal is deferred
until job of starting/stopping NTP client service is completed.

Fixes #9672.
src/timedate/timedated.c