The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/src/commit/?id=5e3a8a4a035e6ff779cf54217870a259eb593d97
commit 5e3a8a4a035e6ff779cf54217870a259eb593d97 Author: Mateusz Piotrowski <[email protected]> AuthorDate: 2023-09-18 18:53:45 +0000 Commit: Mateusz Piotrowski <[email protected]> CommitDate: 2023-09-18 21:59:10 +0000 rc.conf.5: Document <name>_setup Fixes: c9be47b34dd8 rc: add ${name}_setup script support MFC after: 3 days --- share/man/man5/rc.conf.5 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index 17c92ee663f7..a76cb1a04e0a 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -250,6 +250,11 @@ such as PostgreSQL will not inherit the OOM killer protection. .Pp This variable has no effect on services running within a .Xr jail 8 . +.It Ao Ar name Ac Ns Va _setup +.Pq Vt str +Run the specified setup script right before starting the actual service +command. +Useful for automatic configuration file generation. .It Ao Ar name Ac Ns Va _umask .Pq Vt int Run the service using this
