1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-02 04:53:33 +02:00
home-manager/tests/modules/programs/beets/mpdstats-expected.service
Sefa Eyeoglu 622fa73725
beets: add mpdIntegration (#3755)
Allow configuration of mpdstats and mpdupdate plugins for Beets using
Home Manager.

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-05-11 14:03:54 +02:00

11 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