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

[Service]
WorkingDirectory=/home/music/mpdlisten
ExecStart=/home/music/mpdlisten/mpdlisten.py
KillSignal=SIGINT
Restart=always

[Install]
WantedBy=default.target