Added chrony sink plugin
[profile/ivi/automotive-message-broker.git] / plugins / chrony / README
1 CHRONY plugin
2 Version: @PROJECT_VERSION@
3
4 This plugin will forward the GpsTime property to the CHRONYD daemon.
5
6 To enable the CHRONY plugin, run cmake and enable the chrony_plugin option:
7
8 cmake -Dchrony_plugin=On ..
9
10 To use this plugin, add the following to the "sinks" array in /etc/ambd/config:
11
12 {
13         "name" : "chrony",
14         "path" : "@PLUGIN_INSTALL_PATH@/chrony.so",
15 }
16
17 Configuration Key Definitions:
18
19 "name"
20 name of plugin.  This key is not used by the plugin at this moment.
21
22 "path"
23 path to plugin on the filesystem.
24