On Di, 23.01.18 16:40, prashantkumar dhotre (prashantkumardho...@gmail.com) 
wrote:

> Hi
> When time changes in system , I see
> "systemd[1]: Time has been changed" journal log. From systemd,
> Is there a way for my app to get notification about this time change event ?

Use the timerfd interface for that. See timerfd_create(2) for that,
you are looking for the TFD_TIMER_CANCEL_ON_SET flag.

Lennart

-- 
Lennart Poettering, Red Hat
_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to