On Wed, 01 Apr 2020 22:36:52 +0200, Andrei Borzenkov wrote:
01.04.2020 22:28, Takashi Iwai пишет:
On Wed, 01 Apr 2020 21:10:35 +0200, Jan Engelhardt wrote:
On Wednesday 2020-04-01 21:01, Stefan Brüns wrote:
[ -e /etc/systemd/system/pulseaudio.service ] && echo "already exists" || touch /etc/systemd/system/pulseaudio.service
The official way to mask the service is
ln -s /dev/null /etc/systemd/system/pulseaudio.service
It's very close to the goal, but the working version is:
ln -s /dev/null /etc/systemd/user/pulseaudio.service
I'll update setup-pulseaudio script with that.
Come on, really. If you want to go this route (which is wrong) - spare /etc link and install your socket link in /usr/lib/systemd/user. Because /etc is not for packager to mess with - it is for end user.
But the right thing is to enable or disable it in setup-pulseaudio, just like it has been working before.
That's the plan I mentioned... Takashi -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org