mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 16:59:43 +01:00
11 lines
162 B
SYSTEMD
11 lines
162 B
SYSTEMD
|
[Install]
|
||
|
WantedBy=default.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=@beets@/bin/beet mpdstats
|
||
|
|
||
|
[Unit]
|
||
|
After=mpd.service
|
||
|
Description=Beets MPDStats daemon
|
||
|
Requires=mpd.service
|