This repository has been archived on 2022-12-11. You can view files and clone it, but cannot push or open issues or pull requests.
dot-files/.config/systemd/user/mpd.service

12 lines
205 B
SYSTEMD

[Unit]
Description = Music Player Daemon
Requires = mpd.socket
After = mpd.socket
[Service]
ExecStart = /usr/bin/mpd --no-daemon --stdout %h/.mpdconf
Restart = always
[Install]
WantedBy = default.target