From 74db12f8b6b9f2f4b3350efe979f93fb3aea138b Mon Sep 17 00:00:00 2001 From: Shoofle Date: Tue, 15 Feb 2022 11:27:16 -0500 Subject: [PATCH] hopefully got the timer working to run daily at noon --- telescopium.timer | 2 +- telescopium_work_log => work_log | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) rename telescopium_work_log => work_log (81%) diff --git a/telescopium.timer b/telescopium.timer index 0765894..901eae0 100644 --- a/telescopium.timer +++ b/telescopium.timer @@ -2,7 +2,7 @@ Description=Timer for taking a daily picture [Timer] -OnCalendar=daily +OnCalendar=*-*-* 12:00:00 AccuracySec=1m Persistent=true diff --git a/telescopium_work_log b/work_log similarity index 81% rename from telescopium_work_log rename to work_log index d91e970..3d419cc 100644 --- a/telescopium_work_log +++ b/work_log @@ -17,3 +17,5 @@ command for outputting a datetime filename: date +%+4Y-%m-%d-%Hh%Mm.jpg added a listing for autoindexing the folder /var/www/html/stills/ with location /stills/ { autoindex: on; } made a python script to take a picture, plus a systemd service and timer to take pictures daily! they need to be symlinked into /etc/systemd/system/ + +finally realized i never did `systemctl enable telescopium.timer --now` so the timer never started which is why my daily task hasn't been running. remedied.