From 10bc34245e8e1e3ba63fb0720d3bcfb1119db921 Mon Sep 17 00:00:00 2001 From: Simponic Date: Tue, 27 Dec 2022 23:50:22 -0700 Subject: Initial erlang stuff --- lib/chessh/application.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/chessh/application.ex') diff --git a/lib/chessh/application.ex b/lib/chessh/application.ex index c760532..847dd98 100644 --- a/lib/chessh/application.ex +++ b/lib/chessh/application.ex @@ -2,7 +2,7 @@ defmodule Chessh.Application do use Application def start(_, _) do - children = [Chessh.Repo] + children = [Chessh.Repo, Chessh.SSH.Daemon] opts = [strategy: :one_for_one, name: Chessh.Supervisor] Supervisor.start_link(children, opts) end -- cgit v1.3