Setup history log on nzxt-arch

This commit is contained in:
2018-12-08 05:42:37 -05:00
parent 668fcb7421
commit c4277ab0b4
6 changed files with 28 additions and 10 deletions

14
update-history.service Normal file
View File

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