From d0fb9717ccd0919a545049b5b9770b469e39d6f0 Mon Sep 17 00:00:00 2001 From: Ludwig Behm Date: Wed, 16 Dec 2020 18:04:51 +0100 Subject: [PATCH] Genaue Zeitplanung nun in .timer Unit --- plenums_invite.timer | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/plenums_invite.timer b/plenums_invite.timer index 319509b..5d70b76 100644 --- a/plenums_invite.timer +++ b/plenums_invite.timer @@ -2,7 +2,11 @@ Description=Monthly invite to Hackspace's Plenum [Timer] -OnCalendar=Mon 15:00 +# Mondays on 1st to 4th (Thursday would be on 4th to 7th) +OnCalendar=Mon *-*-01..04 15:00 + +# Mondays that are on the 3 last days of the month (Thursday would be on 1st to 3rd) +OnCalendar=Mon *-*~03 15:00 [Install] WantedBy=timers.target