think i got the timer running daily at midnight

main
Shoofle 3 years ago
parent 84e21e5e76
commit 053d0bbeb0
  1. 2
      cygnus.timer
  2. 2
      work_log

@ -2,7 +2,7 @@
Description=Timer for update_fortune.py
[Timer]
OnCalendar=daily
OnCalendar=*-*-* 00:00:00
AccuracySec=1m
Persistent=true

@ -35,3 +35,5 @@ minor note but in the scripts to be run by the system, make sure that things don
installed yt-dl (through apt) and then yt-dlp because yt-dl didn't work https://github.com/yt-dlp/yt-dlp#installation
symlinked the ssh tunnel service into /etc/systemd/system/ so that i get an always-on ssh tunnel!!!
finally realized i never did `systemctl enable cygnus.timer --now` so the timer never started which is why my daily task hasn't been running. remedied.
Loading…
Cancel
Save