From 661baf6c161360fdff3342a52350a30630d65062 Mon Sep 17 00:00:00 2001 From: Matthias Johnson Date: Fri, 13 Feb 2026 23:25:11 -0700 Subject: [PATCH] Add schedule format examples to edit mode header Shows common OnCalendar patterns (hourly, every 15 min, specific times, day-of-week) so users know what formats are available. Co-Authored-By: Claude Opus 4.6 --- systab | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/systab b/systab index 49b7bd0..3e418e0 100755 --- a/systab +++ b/systab @@ -391,6 +391,13 @@ edit_jobs() { # Format: ID SCHEDULE COMMAND # Lines starting with # are ignored. Remove a line to delete a job. # Add a line with "new" as ID to create a job: new daily /path/to/cmd +# +# Schedule formats (systemd OnCalendar): +# hourly, daily, weekly, monthly, yearly +# *:0/15 every 15 minutes +# *-*-* 02:00:00 daily at 2am +# Mon *-*-* 09:00 every Monday at 9am +# *-*-01 00:00:00 first of every month HEADER local job