dotfiles/home/.config/systemd/user/libra.service

10 lines
145 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Listenbrainz scrobbler for MPD
After=mpd.service
[Service]
ExecStart=%h/.bin/go/bin/libra
[Install]
WantedBy=default.target