hopefully got the timer working to run daily at noon

This commit is contained in:
Shoofle 2022-02-15 11:27:16 -05:00
parent 9abdff9ebe
commit 74db12f8b6
2 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Description=Timer for taking a daily picture
[Timer]
OnCalendar=daily
OnCalendar=*-*-* 12:00:00
AccuracySec=1m
Persistent=true

View File

@ -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.