2 Apr
2020
2 Apr
'20
10:08
On Donnerstag, 2. April 2020 10:54:31 CEST Andreas Schwab wrote:
On Apr 01 2020, 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
The *official* way is systemctl mask pulseaudio.serivce.
Andreas.
man systemctl: mask UNIT... Mask one or more units, as specified on the command line. This will link these unit files to /dev/null, making it impossible to start them. ... Kind regards, Stefan -- Stefan Brüns / Bergstraße 21 / 52062 Aachen home: +49 241 53809034 mobile: +49 151 50412019