Genaue Zeitplanung nun in .timer Unit
This commit is contained in:
parent
58cdcd2171
commit
d0fb9717cc
1 changed files with 5 additions and 1 deletions
|
@ -2,7 +2,11 @@
|
||||||
Description=Monthly invite to Hackspace's Plenum
|
Description=Monthly invite to Hackspace's Plenum
|
||||||
|
|
||||||
[Timer]
|
[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]
|
[Install]
|
||||||
WantedBy=timers.target
|
WantedBy=timers.target
|
||||||
|
|
Loading…
Reference in a new issue