mirror of
https://github.com/macports/pallet.git
synced 2026-07-12 18:18:47 -07:00
7ea2fc08ff
git-svn-id: https://svn.macports.org/repository/macports/branches/gsoc15-pallet@138382 d073be05-634f-4543-b044-5fe20cf6d1d6
29 lines
687 B
Plaintext
29 lines
687 B
Plaintext
<?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.macports.SMJobBlessHelper</string>
|
|
<key>OnDemand</key>
|
|
<true/>
|
|
<key>Disabled</key>
|
|
<true/>
|
|
<key>ServiceIPC</key>
|
|
<true/>
|
|
<key>Sockets</key>
|
|
<dict>
|
|
<key>MasterSocket</key>
|
|
<dict>
|
|
<key>SockFamily</key>
|
|
<string>Unix</string>
|
|
<key>SockPathMode</key>
|
|
<integer>438</integer>
|
|
<key>SockPathName</key>
|
|
<string>/var/run/com.stevestreeting.ExamplePrivilegedHelper.socket</string>
|
|
<key>SockType</key>
|
|
<string>Stream</string>
|
|
</dict>
|
|
</dict>
|
|
</dict>
|
|
</plist>
|