How to pass arguments to homebrew service
I have installed beanstalkd using homebrew but am unable to increase the maximum job size. This is normally done by passing the -z argument as "-z byte_size" All attempts to edit the formula for myself have failed to increase the job size as needed. How do I successfully pass the -z argument in homebrew to increase the maximum job size. I have tried using "brew edit beanstalkd" and modified the file adding a second "string" value with the -z 10000000 but this didn't seem to help. 来源: https://stackoverflow.com/questions/41880429/how-to-pass-arguments-to-homebrew-service