15 lines
281 B
Desktop File
15 lines
281 B
Desktop File
[Unit]
|
|
Description=MPD MPRIS Album Cover Downloader
|
|
After=mpd.service
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/python3 /usr/bin/mpdris2_cover.py
|
|
Restart=on-failure
|
|
#User=teraflops
|
|
#Environment=DISPLAY=:0
|
|
#Environment=XAUTHORITY=/home/teraflops/.Xauthority
|
|
|
|
[Install]
|
|
WantedBy=default.target
|
|
|