From 28170d02d006aba09e4f5da7abe4acaa9f5c0f12 Mon Sep 17 00:00:00 2001 From: Matthias Johnson Date: Tue, 24 Feb 2026 21:17:25 -0700 Subject: [PATCH] remove some examples and add a banner --- systab | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/systab b/systab index 00bfeaf..e85e8ff 100755 --- a/systab +++ b/systab @@ -620,20 +620,17 @@ editJobs() { # Build crontab content { cat <<'HEADER' -# systab jobs — edit schedule/command, add/remove lines +# systab jobs — edit schedule/command, enable/disable, add/remove lines # Format: ID[:FLAGS] | SCHEDULE | COMMAND (pipe-separated) # Remove a line to delete a job. # Add a line with "new" as ID to create a job: new | daily | /path/to/cmd # Comment out a line to disable, uncomment to re-enable. # -# Flags (append to ID with ':'): s = service, i = desktop, e=addr = email, -# o = include output (default 10 lines), o=N = include N lines of output, +# Flags (append to ID with ':'): s - service, i - notify desktop, e=addr - send email, +# o - include output (default 10 lines), o=N - include N lines of output, # n=name = human-readable name (usable in place of hex ID) -# a1b2c3:i | daily | cmd desktop notification -# a1b2c3:i,o | daily | cmd desktop with last 10 lines of output # a1b2c3:n=backup,i | daily | cmd named job with desktop notification -# a1b2c3:e=user@host | daily | cmd email notification -# a1b2c3:i,e=user@host | daily | cmd both +# a1b2c3:i,e=user@host | daily | cmd email and desktop notificaton # a1b2c3:s | service | cmd persistent service (no timer) # new:s,n=name | service | cmd new persistent service # @@ -644,6 +641,9 @@ editJobs() { # *-*-* 02:00:00 daily at 2am # Mon *-*-* 09:00 every Monday at 9am # *-*-01 00:00:00 first of every month +######################### +### add entries below ### +######################### HEADER local job