enable exit-on-idle by default

This commit is contained in:
Lennart Poettering 2008-07-22 19:45:18 +02:00
parent c1f9f95fa2
commit 3888bfcccd
5 changed files with 18 additions and 17 deletions

View file

@ -66,7 +66,7 @@ pa_client_conf *pa_client_conf_new(void) {
pa_client_conf *c = pa_xmemdup(&default_conf, sizeof(default_conf));
c->daemon_binary = pa_xstrdup(PA_BINARY);
c->extra_arguments = pa_xstrdup("--log-target=syslog --exit-idle-time=5");
c->extra_arguments = pa_xstrdup("--log-target=syslog");
c->cookie_file = pa_xstrdup(PA_NATIVE_COOKIE_FILE);
return c;