Not a programmer. Need no skipped steps in the solution.
When I enter:
systemctl --user --now disable pulseaudio.service pulseaudio.socket
I get:
The following unit files have been enabled in global scope. This means will still be started automatically after a successful disablement in user scope:
pulseaudio.service, pulseaudio.socket
What is the step by step solution for this to stop these unit files from being enabled in global scope? Thanks! - Sulyen
Got: Synchronizing state of pulseaudio-enable-autospawn.service with SysV service script with /usr/lib/systemd/systemd-sysv-install.
Executing: /usr/lib/systemd/systemd-sysv-install disable pulseaudio-enable-autospawn
Unit /usr/lib/systemd/system/pulseaudio-enable-autospawn.service is masked, ignoring.
The unit files have no installation config (WantedBy=, RequiredBy=, UpheldBy=, Also=, or Alias= settings in the [install] section, and DefaultInstance= for template units). This means they are not meant to be enabled or disabled using systemctl.
Possible reasons for having these kinds of units are:
A unit may be statically enabled by being symlinked from another unit’s .wants/, .requires/, or .upholds directory.
A unit’s purpose may be to act as a helper for some other unit which has a requirement dependency on it.
A unit may be started when needed via activation (socket, path, timer, D-Bus, udev, scripted systemctl call, …).
In case of template units, the unit is meant to be enabled with some instance name specified.
Ok. Let’s try something else. Check your home directory for this file: ~/.config/pulse/client.conf. If it exists uncomment the the following line: autospawn = no. In case it does NOT exists create it and and add the line: autospawn = no. Log out ( ideally reboot ) your host and see what happens.