X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/5f3079919f9704feb9aa087e105169168f7e44f8..bdf369533ecbed5d4dc80eeaec5a4b33ed3e5a88:/packages/libpulseaudio/daemon.conf.in.patch?ds=sidebyside diff --git a/packages/libpulseaudio/daemon.conf.in.patch b/packages/libpulseaudio/daemon.conf.in.patch new file mode 100644 index 00000000..1bf689d5 --- /dev/null +++ b/packages/libpulseaudio/daemon.conf.in.patch @@ -0,0 +1,34 @@ +--- ../cache/pulseaudio-11.1/src/daemon/daemon.conf.in 2017-09-05 09:33:12.000000000 +0000 ++++ ./src/daemon/daemon.conf.in 2018-01-17 02:04:13.056075165 +0000 +@@ -19,6 +19,7 @@ + changequote(`[', `]')dnl Set up m4 quoting + + ; daemonize = no ++daemonize = yes + ; fail = yes + ; allow-module-loading = yes + ; allow-exit = yes +@@ -28,6 +29,7 @@ + ; local-server-type = user + ])dnl + ; enable-shm = yes ++enable-shm = no + ; enable-memfd = yes + ; shm-size-bytes = 0 # setting this 0 will use the system-default, usually 64 MiB + ; lock-memory = no +@@ -41,13 +43,14 @@ + + ; exit-idle-time = 20 + ; scache-idle-time = 20 +- ++exit-idle-time = -1 + ; dl-search-path = (depends on architecture) + + ; load-default-script-file = yes + ; default-script-file = @PA_DEFAULT_CONFIG_DIR@/default.pa + + ; log-target = auto ++log-target = stderr + ; log-level = notice + ; log-meta = no + ; log-time = no