pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
munge: Add working launchd plist for macOS
Module Name: pkgsrc-wip
Committed By: Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By: outpaddling
Date: Fri Jan 26 07:42:03 2024 -0600
Changeset: d873d06455be538767f268541e8a5d11ae6b93dc
Added Files:
munge/files/org.pkgsrc.munged.plist
Log Message:
munge: Add working launchd plist for macOS
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d873d06455be538767f268541e8a5d11ae6b93dc
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 | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diffs:
diff --git a/munge/files/org.pkgsrc.munged.plist b/munge/files/org.pkgsrc.munged.plist
new file mode 100644
index 0000000000..ce3634f6f5
--- /dev/null
+++ b/munge/files/org.pkgsrc.munged.plist
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+ <dict>
+ <key>Label</key>
+ <string>org.pkgsrc.munge</string>
+ <key>Program</key>
+ <string>/opt/pkg/sbin/munged</string>
+ <key>RunAtLoad</key>
+ <true/>
+ <key>KeepAlive</key>
+ <true/>
+ </dict>
+</plist>
Home |
Main Index |
Thread Index |
Old Index