mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2024-11-13 12:31:13 +00:00
add missing extra application to start the SSH BBS
This commit is contained in:
parent
4605efe272
commit
e606b9ab3f
1 changed files with 2 additions and 1 deletions
3
mix.exs
3
mix.exs
|
@ -80,7 +80,8 @@ defmodule Pleroma.Mixfile do
|
|||
:quack,
|
||||
:fast_sanitize,
|
||||
:os_mon,
|
||||
:ssl
|
||||
:ssl,
|
||||
:esshd
|
||||
],
|
||||
included_applications: [:ex_syslogger]
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue