dotfiles/.config/systemd/user/spotdl_sync.service

10 lines
172 B
Desktop File

[Unit]
Description=Download music using spotdl
After=network.target
[Service]
Type=simple
ExecStart=/home/matt/.local/bin/downloadMusic
[Install]
WantedBy=default.target