diff options
author | christian mueller <christian.ei.mueller@bmw.de> | 2012-04-03 20:15:27 +0200 |
---|---|---|
committer | christian mueller <christian.ei.mueller@bmw.de> | 2012-04-03 20:21:54 +0200 |
commit | 9a7af2bfaea3f3a84785e1379652020002452508 (patch) | |
tree | 3b22691c5a5f955eddd366a563106bf98645c594 /README | |
parent | 5dfae2a4835f205b8204ffcb832c9907741c902e (diff) | |
download | audiomanager-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-- | README | 27 |
1 files changed, 15 insertions, 12 deletions
@@ -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) *********************************************************************************************************** |