diff options
| author | Marcello Barnaba | 2014-01-15 18:20:28 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-01-15 17:40:32 +0000 |
| commit | cd2ee82929c1eff99c7848c0531417dd3c3648e1 (patch) | |
| tree | b3629e340bec4c4566a76adfc0e00c16ebc2e3dd /Library/Formula | |
| parent | e680be72ec881e4906dc54728368578d211e48e0 (diff) | |
| download | homebrew-cd2ee82929c1eff99c7848c0531417dd3c3648e1.tar.bz2 | |
privoxy: add the --no-daemon option to plist.
This option prevents privoxy from forking, and launchd repeatedly
restarting it and failing, as the original process is running and
it has the local TCP port bound.
Closes #25926.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/privoxy.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/privoxy.rb b/Library/Formula/privoxy.rb index d7944d72a..6eca827d9 100644 --- a/Library/Formula/privoxy.rb +++ b/Library/Formula/privoxy.rb @@ -42,6 +42,7 @@ class Privoxy < Formula <key>ProgramArguments</key> <array> <string>#{sbin}/privoxy</string> + <string>--no-daemon</string> <string>#{etc}/privoxy/config</string> </array> <key>RunAtLoad</key> |
