052ce1
diff --git a/src/daemon/start-pulseaudio-x11.in b/src/daemon/start-pulseaudio-x11.in
052ce1
index 722a639c0..7cdf14e4d 100755
052ce1
--- a/src/daemon/start-pulseaudio-x11.in
052ce1
+++ b/src/daemon/start-pulseaudio-x11.in
052ce1
@@ -17,6 +17,9 @@
052ce1
 
052ce1
 set -e
052ce1
 
052ce1
+# probe to test if autospawn works, else resort to starting manually
052ce1
+@PACTL_BINARY@ info > /dev/null 2>&1 || @PA_BINARY@ --start "$@"
052ce1
+
052ce1
 if [ -n "$1" ] ; then
052ce1
     case $1 in
052ce1
     stop)