Speedup startup routine

This commit is contained in:
Tobias Reisinger 2021-07-10 01:08:18 +02:00
parent d419ca351c
commit f40596434d
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
2 changed files with 41 additions and 31 deletions
.local/bin

View file

@ -1,5 +1,10 @@
#!/bin/bash
until systemctl is-active --quiet --user pulseaudio.socket
do
sleep 0.5
done
systemctl --user stop pulseaudio.service
systemctl --user stop pulseaudio.socket