diff options
Diffstat (limited to '')
-rw-r--r-- | plugin/daemon_example/daemon_example.ini | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/plugin/daemon_example/daemon_example.ini b/plugin/daemon_example/daemon_example.ini new file mode 100644 index 00000000..7c6d4d14 --- /dev/null +++ b/plugin/daemon_example/daemon_example.ini @@ -0,0 +1,9 @@ +# +# Plugin configuration file. Place the following on a separate line: +# +# library binary file name (without .so or .dll) +# component_name +# [component_name] - additional components in plugin +# +libdaemon_example +daemon_example |