I noticed that MPD 0.19.21 adds a systemd service file for unprivileged users:
http://git.musicpd.org/cgit/master/mpd.git/plain/NEWS?h=v0.19.21 It works for me! This patch installs both the privileged and unprivileged service files. I wonder, is this installation path correct? Should they be at ~/.guix-profile/etc/systemd[...] (my patch does this) or should the path be "namespaced" to MPD, like this: ~/.guix-profile/etc/mpd/systemd[...] ? Leo Famulari (1): gnu: mpd: Install systemd service files. gnu/packages/mpd.scm | 11 +++++++++++ 1 file changed, 11 insertions(+) -- 2.11.0
