mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 08:49:44 +01:00
622fa73725
Allow configuration of mpdstats and mpdupdate plugins for Beets using Home Manager. Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
10 lines
162 B
Desktop File
10 lines
162 B
Desktop File
[Install]
|
|
WantedBy=default.target
|
|
|
|
[Service]
|
|
ExecStart=@beets@/bin/beet mpdstats
|
|
|
|
[Unit]
|
|
After=mpd.service
|
|
Description=Beets MPDStats daemon
|
|
Requires=mpd.service
|