From c36b20149cbca13db9b8ac4551f0b9b3928def8e Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Mon, 1 Jul 2019 09:28:15 +0200 Subject: reformat --- p11p-daemon/config/sys.config | 33 +++++++++++++++------------------ 1 file changed, 15 insertions(+), 18 deletions(-) (limited to 'p11p-daemon') diff --git a/p11p-daemon/config/sys.config b/p11p-daemon/config/sys.config index 9cc3f6e..2dbaa87 100644 --- a/p11p-daemon/config/sys.config +++ b/p11p-daemon/config/sys.config @@ -1,20 +1,17 @@ +%% -*- erlang -*- [ - {p11p, [ - {loglevel, 3}, - {groups, [ - {"vtoken0", - [{modules, [ - {"softhsm2", "/usr/lib/softhsm/libsofthsm2.so"}, - %%{"bogusmod_0_1", "/path/to/bogusmod_0_1"} - {"bogusmod_0", "/usr/lib/softhsm/libsofthsm2.so"} - ]}]}, - {"vtoken1", - [{modules, [ - {"softhsm2", "/usr/lib/softhsm/libsofthsm2.so"} - ]}]} - ]} - ]}, - {lager, - [{handlers, - [{lager_console_backend, debug}]}]} + {p11p, + [ + {loglevel, 3}, + {groups, + [{"vtoken0", + [{modules, + [{"softhsm2", "/usr/lib/softhsm/libsofthsm2.so"}, + {"bogusmod_0", "/usr/lib/softhsm/libsofthsm2.so"}]}]}, + {"vtoken1", + [{modules, + [{"softhsm2", "/usr/lib/softhsm/libsofthsm2.so"}]}]}]}]}, + {lager, + [{handlers, + [{lager_console_backend, debug}]}]} ]. -- cgit v1.1