inetdCompatibility

public class inetdCompatibility : Codable

The presence of this key specifies that the daemon expects to be run as if it were launched from inetd.

Important

For new projects, this key should be avoided.
  • This flag corresponds to the “wait” or “nowait” option of inetd.

    If true, then the listening socket is passed via the stdio(3) file descriptors. If false, then accept(2) is called on behalf of the job, and the result is passed via the stdio(3) descriptors.

    Declaration

    Swift

    public var wait: Bool
  • Instantiate a new object

    Declaration

    Swift

    public init(wait: Bool)
  • launchd.plist keys

    See more

    Declaration

    Swift

    public enum CodingKeys : String, CodingKey