I currently have a wierd problem: i cant stop mpd from autostarting after reboot. I installed mpd from the official repositorys.
then i disabled it at systemd because i want it to run under the normal user and not as a service automatically:
sudo systemctl disable mpd
after chechking
sudo systemctl status mpd
it was inactive then.
but after the next reboot, systemd still spawns a process mpd.
only solution was:
sudo systemctl mask mpd
But the crazy thing is: another mpd process is still being spawned at startup, with the folder autostart under ~/config being empty and i also start with an empty session on bootup.
The final question: how do i really get rid of the autostart of mpd? i just want to start it manually, thats all.