how 2 get mpd working as a user service on open rc with pipewire using libpulse so it shows in pulsemixer
enable user services if yours aren't saying they startted when you log into tty:
cd /etc/init.d;ln -s user user.user0
replace user0 with your user
ok now rather than be sensible, the developers decided to put the script and configs of USER SERVICES in fucking /etc so just
copy /etc/init.d/mpd to /etc/user/init.d and comment out the function start_pre()
also change the CDGFILE:= to $HOME/.config/mpd/mpd.conf
Post too long. Click here to view the full text.