Fetch local weather from Dark Sky API. https://wthr.ml/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
276 B

  1. [Unit]
  2. Description=Fetch local weather
  3. [Service]
  4. Type=oneshot
  5. ExecStart=/home/kevin/weather/dark-sky.sh
  6. User=kevin
  7. Group=kevin
  8. Environment=PATH=/usr/bin:/usr/local/bin
  9. Environment=NODE_ENV=production
  10. WorkingDirectory=/home/kevin/weather
  11. [Install]
  12. WantedBy=multi-user.target