summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorchristian mueller <christian.ei.mueller@bmw.de>2012-04-03 20:15:27 +0200
committerchristian mueller <christian.ei.mueller@bmw.de>2012-04-03 20:21:54 +0200
commit9a7af2bfaea3f3a84785e1379652020002452508 (patch)
tree3b22691c5a5f955eddd366a563106bf98645c594 /README
parent5dfae2a4835f205b8204ffcb832c9907741c902e (diff)
downloadaudiomanager-9a7af2bfaea3f3a84785e1379652020002452508.tar.gz
* [GAM-35] implement DBus for SESSION or SYSTEM bus
Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
Diffstat (limited to 'README')
-rw-r--r--README27
1 files changed, 15 insertions, 12 deletions
diff --git a/README b/README
index 03b4b63..67eb30e 100644
--- a/README
+++ b/README
@@ -133,18 +133,21 @@ The commandline options of the AudioManager:
Usage: AudioManagerDaemon [options]
options:
- -h: print this message
- -i: info about current settings
- -v: print version
- -d: daemonize AudioManager
- -p<path> path for sqlite database (default is in memory)
- -t<port> port for telnetconnection
- -m<max> number of max telnetconnections
- -c<Name> use controllerPlugin <Name> (full path with .so ending)
- -l<Name> replace command plugin directory with <Name> (full path)
- -r<Name> replace routing plugin directory with <Name> (full path)
- -L<Name> add command plugin directory with <Name> (full path)
- -R<Name> add routing plugin directory with <Name> (full path)
+
+ -h: print this message
+ -i: info about current settings
+ -v: print version
+ -V: print DLT logs to stdout
+ -d: daemonize AudioManager
+ -T: DbusType to be used by CAmDbusWrapper (0=DBUS_SESSION[default], 1=DBUS_SYSTEM)
+ -p<path> path for sqlite database (default is in memory)
+ -t<port> port for telnetconnection
+ -m<max> number of max telnetconnections
+ -c<Name> use controllerPlugin <Name> (full path with .so ending)
+ -l<Name> replace command plugin directory with <Name> (full path)
+ -r<Name> replace routing plugin directory with <Name> (full path)
+ -L<Name> add command plugin directory with <Name> (full path)
+ -R<Name> add routing plugin directory with <Name> (full path)
***********************************************************************************************************