diff options
Diffstat (limited to 'restarter/lib/restarter.ex')
-rw-r--r-- | restarter/lib/restarter.ex | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/restarter/lib/restarter.ex b/restarter/lib/restarter.ex deleted file mode 100644 index eadd86f89..000000000 --- a/restarter/lib/restarter.ex +++ /dev/null @@ -1,8 +0,0 @@ -defmodule Restarter do - use Application - - def start(_, _) do - opts = [strategy: :one_for_one, name: Restarter.Supervisor] - Supervisor.start_link([Restarter.Pleroma], opts) - end -end |