Skip to content

Commit

Permalink
fix: homebrew service declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
chetan committed Aug 17, 2023
1 parent bcb9ae0 commit b0647ce
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ brews:
- name: nss

service: |
name: "vproxy"
run: ["#{bin}/vproxy", "daemon"]
keep_alive: successful_exit: false
working_directory: "#{var}"
log_path: "#{var}/log/vproxy.log"
error_log_path: "#{var}/log/vproxy.log"
name "vproxy"
run ["#{bin}/vproxy", "daemon"]
keep_alive successful_exit: false
working_directory "#{var}"
log_path "#{var}/log/vproxy.log"
error_log_path "#{var}/log/vproxy.log"
caveats: |
To install your local root CA:
Expand Down Expand Up @@ -201,12 +201,12 @@ brews:
- name: go

service: |
name: "vproxy-head"
run: ["#{bin}/vproxy", "daemon"]
keep_alive: successful_exit: false
working_directory: "#{var}"
log_path: "#{var}/log/vproxy.log"
error_log_path: "#{var}/log/vproxy.log"
name "vproxy-head"
run ["#{bin}/vproxy", "daemon"]
keep_alive successful_exit: false
working_directory "#{var}"
log_path "#{var}/log/vproxy.log"
error_log_path "#{var}/log/vproxy.log"
caveats: |
To install your local root CA:
Expand Down

0 comments on commit b0647ce

Please sign in to comment.