Reduce some of the excessive sleep times for various things

This commit is contained in:
Josh.5
2023-09-29 23:39:26 +13:00
parent c651034d13
commit 12cc16459a
5 changed files with 7 additions and 9 deletions

View File

@@ -19,7 +19,6 @@ trap _term SIGTERM SIGINT
# EXECUTE PROCESS:
echo "PULSEAUDIO: Starting pulseaudio service"
sleep 5
#/usr/bin/pulseaudio --disallow-module-loading --disallow-exit --exit-idle-time=-1 &
/usr/bin/pulseaudio --exit-idle-time=-1 &
pulseaudio_pid=$!