]> git.ipfire.org Git - thirdparty/systemd.git/commit
run: when we determine a timer cannot elapse anymore, really just warn, nothing else 12394/head
authorLennart Poettering <lennart@poettering.net>
Thu, 25 Apr 2019 11:22:55 +0000 (13:22 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 25 Apr 2019 11:40:01 +0000 (13:40 +0200)
commit04220fda5c42427a3513078ab0fd4e3431460509
tree9032870740c81134349b0414c123e9bb672c3524
parent9bb656bd0cd9ca8d7c593c48d51c19d66557df53
run: when we determine a timer cannot elapse anymore, really just warn, nothing else

When we determine that a calendar expression cannot elapse anymore,
print a warning but proceed regardless like we normally would.

Quite possibly a remote system has a different understanding of time
(timezone, system clock) than we have, hence we really shouldn't change
behaviour here client side, but log at best, and then leave the decision
what to do to the server side.

Follow-up for #12299
src/run/run.c