diff options
Diffstat (limited to 'conf/plugins/imc-swid.conf')
-rw-r--r-- | conf/plugins/imc-swid.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/conf/plugins/imc-swid.conf b/conf/plugins/imc-swid.conf new file mode 100644 index 000000000..8b3317163 --- /dev/null +++ b/conf/plugins/imc-swid.conf @@ -0,0 +1,11 @@ +imc-swid { + + # Whether to load the plugin. Can also be an integer to increase the + # priority of this plugin. + load = yes + + # Directory where SWID tags are located. + # swid_directory = ${prefix}/share + +} + |