From 57ec9f935c160b8c68981415b76f7f90e5891078 Mon Sep 17 00:00:00 2001 From: Christopher Nielsen Date: Wed, 16 Aug 2023 09:19:49 -0400 Subject: [PATCH] manpages: portfile: document keywords startupitem.user/startupitem.group See: https://trac.macports.org/ticket/64329 --- doc/portfile.7 | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/doc/portfile.7 b/doc/portfile.7 index f9ec7025df..3e1a9a8504 100644 --- a/doc/portfile.7 +++ b/doc/portfile.7 @@ -2037,6 +2037,34 @@ machine's network state is detected. .br .Sy Example: .Dl startupitem.netchange yes +.It Ic startupitem.user +Run the daemon via the specified user. +.br +.Sy Type: +.Em optional +.br +.Sy Default: +.Em none +.br +.Sy Values: +.Em username +.br +.Sy Example: +.Dl startupitem.user my_daemon_username +.It Ic startupitem.group +Run the daemon via the specified group. +.br +.Sy Type: +.Em optional +.br +.Sy Default: +.Em none +.br +.Sy Values: +.Em groupname +.br +.Sy Example: +.Dl startupitem.group my_daemon_groupname .It Ic startupitems Used when a port needs to install more than one startupitem, this option consists of a list where alternating elements represent keys and values.