History log of /systemd/test/timers.target
Revision Date Author Comments Expand
3b0217036040a6013faeab4eb9da7469e3bbcfb3 02-Nov-2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>

unit: do not order timers.target before basic.target Since commit 19f8d037833f2 'timer: order OnCalendar units after timer-sync.target if DefaultDependencies=no' timers might get a dependency on time-sync.target, which does not really belong in early boot. If ntp is enabled, time-sync.target might be delayed until a network connection is established. It turns out that majority of timer units found in the wild do not need to be started in early boot. Out of the timer units available in Fedora 21, only systemd-readahead-done.timer and mdadm-last-resort@.timer should be started early, but they both have DefaultDependencies=no, so are not part of timers.target anyway. All the rest look like they will be fine with being started a bit later (and the majority even much later, since they run daily or weekly). Let timers.target be pulled in by basic.target, but without the temporal dependency. This means timer units are started on a "best effort" schedule. https://bugzilla.redhat.com/show_bug.cgi?id=1158206

0d8c31ff7237149b505290652864b4e7e866b2a7 21-Jul-2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>

test-engine: fix access to unit load path Also add a bit of debugging output to help diagnose problems, add missing units, and simplify cppflags. Move test-engine to normal tests from manual tests, it should now work without destroying the system.

e3d84721dc9bcf9008f72dae03ff0f7842d0bb4b 25-Mar-2013 Lennart Poettering <lennart@poettering.net>

units: introduce new timers.target and paths.target to hook timer/path units into for boot