We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf390bf commit e2dc6e4Copy full SHA for e2dc6e4
1 file changed
rootfs/etc/services.d/alsa/run
@@ -21,4 +21,8 @@ while read -r line; do
21
# Run our soundconfig
22
soundconfig "${control}"
23
24
+ # Restart PulseAudio
25
+ s6-svc -wD -d -T2500 "/var/run/s6/services/pulseaudio"
26
+ s6-svc -wU -u -T2500 "/var/run/s6/services/pulseaudio"
27
+
28
done < <(udevadm monitor --subsystem-match=sound)
0 commit comments