11-08-2022, 06:23 PM
(11-07-2022, 02:36 PM)treebeard Wrote: ...pulseaudio servie should be disabled.
Where should pulseaudio be disabled? There doesn't seem to be a systemd unit file for it.
Code:
[root@mobian mobian]$ systemctl status pulseaudio.service
Unit pulseaudio.service could not be found.
There is a file S01pulseaudio-enable-autospawn but all that file does is:
Code:
echo "autospawn=yes" > /run/pulseaudio-enable-autospawn
The only items in ~/.config/autostart are things I put there myself. Trying apt remove pulseaudio threatens to uninstall pipewire programs along with it. So how to stop pulseaudio from firing up?