summaryrefslogtreecommitdiff
path: root/p11p-daemon
diff options
context:
space:
mode:
authorLinus Nordberg <linus@sunet.se>2019-07-01 09:28:15 +0200
committerLinus Nordberg <linus@sunet.se>2019-07-01 09:28:15 +0200
commitc36b20149cbca13db9b8ac4551f0b9b3928def8e (patch)
treed5d25131e91b41a75a058061d834d8749889320d /p11p-daemon
parent7c8d86f2ba0acc48445b48c269ad4a97692834e3 (diff)
reformat
Diffstat (limited to 'p11p-daemon')
-rw-r--r--p11p-daemon/config/sys.config33
1 files changed, 15 insertions, 18 deletions
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}]}]}
].