blob: 0c8ba2a6e19f38e4de31bdfc165e85fda3618214 [file] [log] [blame]
Patrick Williams8da396c2022-03-14 14:21:02 -05001description: >
2 This interface defines the attributes of services which support socket-based
3 activation. Applications can expose the port number of a network service by
4 implementing this interface. For example, application like
5 service-config-manager will implement this interface for network services
Patrick Williamsa1347412022-12-06 10:56:22 -06006 like bmcweb and phosphor-ipmi-net and allow the port number to be
7 configured.
Patrick Williams8da396c2022-03-14 14:21:02 -05008
9properties:
10 - name: Port
11 type: uint16
12 description: >
13 Specifies the port number on which the service is listening. This
14 property can be set to configure a port number for the service.