14 lines
241 B
Desktop File
14 lines
241 B
Desktop File
[Unit]
|
|
Description=Mpd listen python script
|
|
After=network.target
|
|
After=mpd.service
|
|
|
|
[Service]
|
|
WorkingDirectory=/home/%u/mpdlisten
|
|
ExecStart=/home/%u/mpdlisten/mpdlisten.py
|
|
KillSignal=SIGINT
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=default.target
|