aboutsummaryrefslogtreecommitdiff
path: root/src/extauth_sup.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/extauth_sup.erl')
-rw-r--r--src/extauth_sup.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extauth_sup.erl b/src/extauth_sup.erl
index 882c47df5..c9dc0cdff 100644
--- a/src/extauth_sup.erl
+++ b/src/extauth_sup.erl
@@ -107,4 +107,4 @@ init([Host, Prog, Pool]) ->
worker_spec(Pool, Prog, I) ->
Worker = extauth:worker_name(Pool, I),
{Worker, {extauth, start_link, [Worker, Prog]},
- transient, 5000, worker, [extauth]}.
+ permanent, 5000, worker, [extauth]}.