[Unit]
Description=Mpd listen python script 
After=network.target
After=mpd.service

[Service]
WorkingDirectory=/home/%u/mpdlisten
ExecStart=/home/%u/mpdlisten/mpdlistenpy.sh
KillSignal=SIGINT
Restart=always

[Install]
WantedBy=default.target