Graphs and tables for your Spotify account.
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
284 B

  1. [Unit]
  2. Description=Update my Spotify listening history.
  3. After=network.target
  4. StartLimitIntervalSec=0
  5. [Service]
  6. Type=simple
  7. Restart=always
  8. RestartSec=300
  9. User=kevin
  10. ExecStart=/usr/bin/bash /home/kevin/coding/spotify-lib-vis/src/update-history.sh
  11. [Install]
  12. WantedBy=multi-user.target