initial commit
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
# lives at ~/.config/systemd/user/libguides-notifier.timer
|
||||
|
||||
# User-level systemd timer that "catches up" missed runs if the machine was off.
|
||||
[Unit]
|
||||
Description=Schedule main.py with catch-up if missed
|
||||
|
||||
[Timer]
|
||||
# Change this to your desired schedule; examples:
|
||||
# OnCalendar=daily
|
||||
# OnCalendar=Mon..Fri 09:00
|
||||
# See man systemd.time for syntax.
|
||||
OnCalendar=*-*-03,18 09:00:00
|
||||
Timezone=America/New_York
|
||||
Persistent=true
|
||||
AccuracySec=1m
|
||||
RandomizedDelaySec=5m
|
||||
Unit=libguides-notifier.service
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
||||
Reference in New Issue
Block a user