Update get-theme-times service
This commit is contained in:
parent
d071cac51a
commit
abba5b67ef
1 changed files with 1 additions and 0 deletions
|
@ -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" ];
|
||||||
|
|
Loading…
Reference in a new issue