diff options
| author | Linus Nordberg <linus@sunet.se> | 2019-06-19 16:39:29 +0200 |
|---|---|---|
| committer | Linus Nordberg <linus@sunet.se> | 2019-06-19 16:39:29 +0200 |
| commit | b2227029785d81f6b650e931c57d68692ac2c4ec (patch) | |
| tree | 7ab2ec3410b4bfa8df8512fc683304d22800c05f /p11p-daemon/src/p11p_sup.erl | |
| parent | 464d3e8fcc589bdcc7eb0a9861b13cba8f006fd2 (diff) | |
add listener
Diffstat (limited to 'p11p-daemon/src/p11p_sup.erl')
| -rw-r--r-- | p11p-daemon/src/p11p_sup.erl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/p11p-daemon/src/p11p_sup.erl b/p11p-daemon/src/p11p_sup.erl index b8bffe2..76c7551 100644 --- a/p11p-daemon/src/p11p_sup.erl +++ b/p11p-daemon/src/p11p_sup.erl @@ -20,5 +20,6 @@ start_link() -> %% Child :: {Id,StartFunc,Restart,Shutdown,Type,Modules} init([]) -> {ok, {{one_for_all, 10, 10}, [ - ?CHILD(p11p_config, worker) + ?CHILD(p11p_config, worker), + ?CHILD(p11p_listener, worker) ]}}. |
