mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-08 11:35:11 +02:00
10 lines
161 B
Desktop File
10 lines
161 B
Desktop File
[Unit]
|
|
Description=MPD Scrobbler
|
|
Requires=mpd.service
|
|
After=mpd.service
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/mpdscribble --no-daemon
|
|
|
|
[Install]
|
|
WantedBy=default.target
|