ServiceRestart type Signature: export type ServiceRestart = "never" | "onFailure" | "always"; typescriptCopied! ServiceParameters SpecificHostPort