diff options
author | José Bollo <jose.bollo@iot.bzh> | 2016-05-29 10:11:06 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2016-05-29 10:15:53 +0200 |
commit | f45bd5fbf8d1fe440b1855d93b387755d63ac8f0 (patch) | |
tree | 5112f5cd031d1c4a3d2719a37c8b32db7a9a5a66 /doc/afm-system-daemon.html | |
parent | 42888438a490f0ce28376b33b4d87c46008209bf (diff) |
improves documentation formatting
Change-Id: I819dfdc98dab5fc75c8858b2afb1484e8d6b3b5a
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'doc/afm-system-daemon.html')
-rw-r--r-- | doc/afm-system-daemon.html | 43 |
1 files changed, 32 insertions, 11 deletions
diff --git a/doc/afm-system-daemon.html b/doc/afm-system-daemon.html index dac4315..00cf81a 100644 --- a/doc/afm-system-daemon.html +++ b/doc/afm-system-daemon.html @@ -8,10 +8,31 @@ <h1>The afm-system-daemon</h1> <pre><code>version: 1 -Date: 15 March 2016 +Date: 29 mai 2016 Author: José Bollo </code></pre> +<p><ul> + <li><a href="#The.afm-system-daemon">The afm-system-daemon</a> + <ul> + <li><a href="#Foreword">Foreword</a></li> + <li><a href="#Introduction">Introduction</a></li> + <li><a href="#Starting..strong.afm-system-daemon..strong.">Starting <strong>afm-system-daemon</strong></a></li> + <li><a href="#The.D-Bus.interface">The D-Bus interface</a> + <ul> + <li><a href="#Overview.of.the.dbus.interface">Overview of the dbus interface</a></li> + <li><a href="#The.protocol.over.D-Bus">The protocol over D-Bus</a> + <ul> + <li><a href="#Method.org.AGL.afm.system.install">Method org.AGL.afm.system.install</a></li> + <li><a href="#Method.org.AGL.afm.system.uninstall">Method org.AGL.afm.system.uninstall</a></li> + </ul> + </li> + </ul> + </li> + </ul> + </li> +</ul></p> + <a name="Foreword"></a> <h2>Foreword</h2> @@ -76,30 +97,30 @@ located at /lib/systemd/system/afm-system-daemon.service.</p> <pre><code>-r --root directory - Set the root application directory. + Set the root application directory. - Note that the default root directory is defined - to be /usr/share/afm/applications (may change). + Note that the default root directory is defined + to be /usr/share/afm/applications (may change). -d --daemon - Daemonizes the process. It is not needed by sytemd. + Daemonizes the process. It is not needed by sytemd. -q --quiet - Reduces the verbosity (can be repeated). + Reduces the verbosity (can be repeated). -v --verbose - Increases the verbosity (can be repeated). + Increases the verbosity (can be repeated). -h --help - Prints a short help. + Prints a short help. </code></pre> <a name="The.D-Bus.interface"></a> @@ -143,9 +164,9 @@ returns a dbus error that is a string.</p> installed applications.</p> <pre><code>dbus-send --session --print-reply \ - --dest=org.AGL.afm.system \ - /org/AGL/afm/system \ - org.AGL.afm.system.install 'string:"/tmp/appli.wgt"' +--dest=org.AGL.afm.system \ +/org/AGL/afm/system \ +org.AGL.afm.system.install 'string:"/tmp/appli.wgt"' </code></pre> <a name="The.protocol.over.D-Bus"></a> |