plenums_invite/plenums_invite.timer

13 lines
303 B
SYSTEMD
Raw Normal View History

2020-05-16 22:23:22 +02:00
[Unit]
Description=Monthly invite to Hackspace's Plenum
[Timer]
2020-12-16 18:04:51 +01: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
2020-05-16 22:23:22 +02:00
[Install]
WantedBy=timers.target