]> code.delx.au - pulseaudio/blobdiff - src/daemon/start-pulseaudio-x11.in
start-pulseaudio-x11: don't start a local sound server if a remote sound server is...
[pulseaudio] / src / daemon / start-pulseaudio-x11.in
index 391a6d3ce6e049c5d20fe50191392877aa4dc557..c57c489dfeb1155ac9d2ee3cf97e699f15cb7ebf 100755 (executable)
@@ -19,6 +19,8 @@
 
 set -e
 
+[ -z "$PULSE_SERVER" ]
+
 @PA_BINARY@ --start "$@"
 
 if [ x"$DISPLAY" != x ] ; then