pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

munge: Set UserName in Launchd plist file



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon4000%gmail.com@localhost>
Pushed By:	outpaddling
Date:		Sat May 18 18:38:42 2024 -0500
Changeset:	5e8b4617cbb5492a2c740b3b24a413ecfec03be3

Modified Files:
	munge/files/org.pkgsrc.munged.plist

Log Message:
munge: Set UserName in Launchd plist file

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5e8b4617cbb5492a2c740b3b24a413ecfec03be3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 munge/files/org.pkgsrc.munged.plist | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/munge/files/org.pkgsrc.munged.plist b/munge/files/org.pkgsrc.munged.plist
index ce3634f6f5..fc6ca9d0fc 100644
--- a/munge/files/org.pkgsrc.munged.plist
+++ b/munge/files/org.pkgsrc.munged.plist
@@ -10,5 +10,7 @@
 	<true/>
 	<key>KeepAlive</key>
 	<true/>
+	<key>UserName</key>
+	<string>munge</string>
     </dict>
 </plist>


Home | Main Index | Thread Index | Old Index