think i got the timer running daily at midnight
This commit is contained in:
parent
84e21e5e76
commit
053d0bbeb0
@ -2,7 +2,7 @@
|
|||||||
Description=Timer for update_fortune.py
|
Description=Timer for update_fortune.py
|
||||||
|
|
||||||
[Timer]
|
[Timer]
|
||||||
OnCalendar=daily
|
OnCalendar=*-*-* 00:00:00
|
||||||
AccuracySec=1m
|
AccuracySec=1m
|
||||||
Persistent=true
|
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
|
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!!!
|
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…
Reference in New Issue
Block a user