Responsive features graph page
In process of making artists graph maximize height responsively. Moved misc files in base dir to new scripts dir.
This commit is contained in:
14
scripts/update-history.service
Normal file
14
scripts/update-history.service
Normal file
@@ -0,0 +1,14 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user