Update get-theme-times service

This commit is contained in:
iFargle 2024-01-06 22:40:51 +09:00
parent d071cac51a
commit abba5b67ef

View file

@ -38,6 +38,7 @@
echo "Activating get-theme-times systemd service" echo "Activating get-theme-times systemd service"
curl -s wttr.in/?format=%S > /tmp/wttr.sunrise curl -s wttr.in/?format=%S > /tmp/wttr.sunrise
curl -s wttr.in/?format=%s > /tmp/wttr.sunset curl -s wttr.in/?format=%s > /tmp/wttr.sunset
chown albert:root /tmp/wttr.sunrise /tmp/wttr.sunset
echo "get-theme-times - complete" echo "get-theme-times - complete"
''; '';
after = [ "networking-online.target" ]; after = [ "networking-online.target" ];