Skip to content

Commit

Permalink
Add comment with glia.Unix service.
Browse files Browse the repository at this point in the history
  • Loading branch information
lthibault committed Dec 19, 2024
1 parent eb0147c commit 53e91c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/internal/serve/serve.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ func setup(env *system.Env) cli.BeforeFunc {
&boot.MDNS{Env: env},
&glia.P2P{Env: env, Router: r},
&glia.HTTP{Env: env, Router: r},
// &glia.Unix{Env: env, Router: r, Sched: s},
} {
app.Add(s)
}
Expand Down

0 comments on commit 53e91c2

Please sign in to comment.