diff options
-rw-r--r-- | p11p-daemon/config/sys.config | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/p11p-daemon/config/sys.config b/p11p-daemon/config/sys.config index c1fb23e..93671ad 100644 --- a/p11p-daemon/config/sys.config +++ b/p11p-daemon/config/sys.config @@ -1,18 +1,16 @@ [ {p11p, [ - {global, [ - {loglevel, 3}, - {groups, [ - {"vtoken0", - [{modules, [ - {"softhsm2", "/usr/lib/softhsm/libsofthsm2.so"}, - {"bogusmod_0_1", "/path/to/bogusmod_0_1"} - ]}]}, - {"vtoken1", - [{modules, [ + {loglevel, 3}, + {groups, [ + {"vtoken0", + [{modules, [ + {"softhsm2", "/usr/lib/softhsm/libsofthsm2.so"}, + {"bogusmod_0_1", "/path/to/bogusmod_0_1"} + ]}]}, + {"vtoken1", + [{modules, [ {"softhsm2", "/usr/lib/softhsm/libsofthsm2.so"} - ]}]} - ]} + ]}]} ]} ]}, {lager, |