Revision: 23367 http://trac.macosforge.org/projects/launchd/changeset/23367 Author: zarzycki@apple.com Date: 2007-09-10 13:41:56 -0700 (Mon, 10 Sep 2007) Log Message: ----------- <rdar://problem/5425348> GroupName key now ignored when UserName key is not set Modified Paths: -------------- trunk/launchd/src/launchd.plist.5 Modified: trunk/launchd/src/launchd.plist.5 =================================================================== --- trunk/launchd/src/launchd.plist.5 2007-09-10 20:40:29 UTC (rev 23366) +++ trunk/launchd/src/launchd.plist.5 2007-09-10 20:41:56 UTC (rev 23367) @@ -90,7 +90,6 @@ This optional key specifies the user to run the job as. This key is only applicable when launchd is running as root. .It Sy GroupName <string> This optional key specifies the group to run the job as. This key is only applicable when launchd is running as root. If UserName is set and GroupName is not, the the group will be set to the default group of the user. -The GroupName key is ignored without the UserName key. .It Sy inetdCompatibility <dictionary> The presence of this key specifies that the daemon expects to be run as if it were launched from inetd. .Bl -ohang -offset indent
participants (1)
-
source_changes@macosforge.org