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.