diff --git a/docs/Formula-Cookbook.md b/docs/Formula-Cookbook.md index f05cf7578a..d96336027a 100644 --- a/docs/Formula-Cookbook.md +++ b/docs/Formula-Cookbook.md @@ -970,7 +970,7 @@ end #### Service block methods -This table lists the options you can set within a `service` block. The `run` or `name` field must be defined inside the service block. The `run` field indicates what command to run and is required before using fields other than `name`. +This table lists the options you can set within a `service` block. The `run` or `name` field must be defined inside the service block. The `run` field indicates what command to run and is required before using fields other than `name` and `require_root`. | method | default | macOS | Linux | description | | ----------------------- | ------------ | :---: | :---: | ----------- |