mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
* add new argument 'exit_on_eof' to module-cli and make use of it if "-C" is passed to the daemon
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1026 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
5e1127a234
commit
bd432f0590
4 changed files with 51 additions and 14 deletions
|
|
@ -186,7 +186,7 @@ int pa_cmdline_parse(pa_daemon_conf *conf, int argc, char *const argv [], int *d
|
|||
break;
|
||||
|
||||
case 'C':
|
||||
pa_strbuf_puts(buf, "load-module module-cli\n");
|
||||
pa_strbuf_puts(buf, "load-module module-cli exit_on_eof=1\n");
|
||||
break;
|
||||
|
||||
case ARG_DAEMONIZE:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue