From 8ba257b6360b15e68e2b4799c120206d4c082cab Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Wed, 20 Mar 2024 08:30:51 +0000 Subject: [PATCH] Formula-Cookbook: clarify `require_root`. --- docs/Formula-Cookbook.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 | | ----------------------- | ------------ | :---: | :---: | ----------- |