blob: 67a73a7503a91d1c238604510e43558840aab73c [file] [log] [blame]
description: >
This interface defines the attributes of services which support socket-based
activation. Applications can expose the port number of a network service by
implementing this interface. For example, application like
service-config-manager will implement this interface for network services
like bmcweb and phosphor-ipmi-net and allow the port number to be configured.
properties:
- name: Port
type: uint16
description: >
Specifies the port number on which the service is listening. This
property can be set to configure a port number for the service.