
2 Apr
2020
2 Apr
'20
06:02
Good morning everybody, On Wed, 01 Apr 2020, 21:28:23 +0200, Takashi Iwai wrote:
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.
great, thanks!
Manfred, care to open a bugzilla entry?
<https://bugzilla.opensuse.org/show_bug.cgi?id=1168393>
thanks,
Takashi
Cheers. l8er manfred