Files
spotify-lib-vis/scripts/update-history.service
Kevin Mok 91484dbeab Responsive features graph page
In process of making artists graph maximize height responsively. Moved
misc files in base dir to new scripts dir.
2019-03-07 08:21:36 -05:00

15 lines
286 B
Desktop File

[Unit]
Description=Update my Spotify listening history.
After=network.target
StartLimitIntervalSec=0
[Service]
Type=simple
Restart=always
RestartSec="15m"
User=kevin
ExecStart=/usr/bin/bash /home/kevin/coding/spotify-lib-vis/src/update-history.sh
[Install]
WantedBy=multi-user.target