From 053d0bbeb0960048384848601ca4040d6c81dfba Mon Sep 17 00:00:00 2001 From: Shoofle Date: Tue, 15 Feb 2022 11:25:40 -0500 Subject: [PATCH] think i got the timer running daily at midnight --- cygnus.timer | 2 +- cygnus_log => work_log | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) rename cygnus_log => work_log (93%) diff --git a/cygnus.timer b/cygnus.timer index 11f818e..72c35f2 100644 --- a/cygnus.timer +++ b/cygnus.timer @@ -2,7 +2,7 @@ Description=Timer for update_fortune.py [Timer] -OnCalendar=daily +OnCalendar=*-*-* 00:00:00 AccuracySec=1m Persistent=true diff --git a/cygnus_log b/work_log similarity index 93% rename from cygnus_log rename to work_log index f9bcef4..cc603d5 100644 --- a/cygnus_log +++ b/work_log @@ -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.