Skip to content
This repository was archived by the owner on Apr 20, 2021. It is now read-only.
This repository was archived by the owner on Apr 20, 2021. It is now read-only.

add parameters: --listen=localhost:2049, --dbus=true|false #3

@alban

Description

@alban

At the moment, tcd listens for requests on D-Bus and on the gRPC UNIX socket /run/tcd/tcd.sock. It is not always desirable to do both.

In particular, when tcd is running as a Kubernetes Daemon Set, we don't want to use D-Bus but only gRPC.

In some testing environment, listening on a tcp socket rather than unix socket could be useful for testing.

  • --dbus=true|false
  • --listen=localhost:2049 (gRPC)
  • --listen-unix=/run/tcd/tcd.sock (gRPC)
  • systemd socket activation (gRPC)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions