From 87b047699b25c26d66bb37116fbe9b74f52cbc98 Mon Sep 17 00:00:00 2001 From: Tugdual Saunier Date: Wed, 5 Oct 2022 12:02:10 -0400 Subject: [PATCH] Enable the local proxy as a service on macOS --- .goreleaser.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index 45133383..44f34202 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -95,6 +95,9 @@ brews: type: optional install: |- bin.install "symfony" + service: |- + run ["#{bin}/symfony", "local:proxy:start", "--foreground"] + keep_alive true nfpms: - file_name_template: '{{ .ConventionalFileName }}'