diff options
author | Graydon, Tracy <tracy.graydon@intel.com> | 2012-11-28 19:03:52 -0800 |
---|---|---|
committer | Graydon, Tracy <tracy.graydon@intel.com> | 2012-11-28 19:03:52 -0800 |
commit | ff0a1baf66e5d4c4e93821a9732184e1cb5e7405 (patch) | |
tree | c1cb14f78b36f6368c0f86377cbb708d9b22611e /esd.conf | |
download | esound-ff0a1baf66e5d4c4e93821a9732184e1cb5e7405.tar.gz esound-ff0a1baf66e5d4c4e93821a9732184e1cb5e7405.tar.bz2 esound-ff0a1baf66e5d4c4e93821a9732184e1cb5e7405.zip |
Initial commit for Tizensubmit/1.0/20121129.031008
Diffstat (limited to 'esd.conf')
-rw-r--r-- | esd.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/esd.conf b/esd.conf new file mode 100644 index 0000000..1bc95c9 --- /dev/null +++ b/esd.conf @@ -0,0 +1,10 @@ +[esd] +# autospawning is not recommended, since it can't really be done +# right. If you want your login session to be using a sound daemon, +# you should start it from the session controller, not some random +# app inside. +auto_spawn=0 +spawn_options=-terminate -nobeeps -as 2 +spawn_wait_ms=100 +# default options are used in spawned and non-spawned mode +default_options= |