8000 Merge pull request #189 from tucksaun/macos-proxy-service · symfony-cli/symfony-cli@cccfdaf · GitHub
[go: up one dir, main page]

Skip to content

Commit cccfdaf

Browse files
authored
Merge pull request #189 from tucksaun/macos-proxy-service
Enable the local proxy as a service on macOS
2 parents c29105e + 87b0476 commit cccfdaf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.goreleaser.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ brews:
9595
type: optional
9696
install: |-
9797
bin.install "symfony"
98+
service: |-
99+
run ["#{bin}/symfony", "local:proxy:start", "--foreground"]
100+
keep_alive true
98101
99102
nfpms:
100103
- file_name_template: '{{ .ConventionalFileName }}'

0 commit comments

Comments
 (0)
0