Formula-Cookbook: clarify require_root.

This commit is contained in:
Mike McQuaid 2024-03-20 08:30:51 +00:00
parent 795642ea97
commit 8ba257b636
No known key found for this signature in database

View File

@ -970,7 +970,7 @@ end
#### Service block methods #### 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 | | method | default | macOS | Linux | description |
| ----------------------- | ------------ | :---: | :---: | ----------- | | ----------------------- | ------------ | :---: | :---: | ----------- |