hopefully got the timer working to run daily at noon
This commit is contained in:
parent
9abdff9ebe
commit
74db12f8b6
@ -2,7 +2,7 @@
|
||||
Description=Timer for taking a daily picture
|
||||
|
||||
[Timer]
|
||||
OnCalendar=daily
|
||||
OnCalendar=*-*-* 12:00:00
|
||||
AccuracySec=1m
|
||||
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; }
|
||||
|
||||
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…
Reference in New Issue
Block a user