From 6d86f4bd11c2cfaadc924a8a1ac04b0b463b8036 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 17 Nov 2017 10:33:22 +0100 Subject: analyze: add new "calendar" command This little new command can parse, validate, normalize calendar events, and calculate when they will elapse next. This should be useful for anyone writing calendar events and who'd like to validate the expression before running them as timer units. --- man/systemd.time.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'man/systemd.time.xml') diff --git a/man/systemd.time.xml b/man/systemd.time.xml index a2fff2d101..6cb32f13b7 100644 --- a/man/systemd.time.xml +++ b/man/systemd.time.xml @@ -302,6 +302,10 @@ Wed..Sat,Tue 12-10-15 1:2:3 → Tue..Sat 2012-10-15 01:02:03 systemd.timer5 for details. + Use the calendar command of + systemd-analyze1 to validate + and normalize calendar time specifications for testing purposes. The tool also calculates when a specified + calendar event would elapse next. @@ -311,7 +315,8 @@ Wed..Sat,Tue 12-10-15 1:2:3 → Tue..Sat 2012-10-15 01:02:03 journalctl1, systemd.timer5, systemd.unit5, - systemd.directives7 + systemd.directives7, + systemd-analyze1 -- cgit v1.2.3