hopefully got the timer working to run daily at noon

main
Shoofle 3 years ago
parent 9abdff9ebe
commit 74db12f8b6
  1. 2
      telescopium.timer
  2. 2
      work_log

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

@ -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; } 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/ 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.
Loading…
Cancel
Save