Skip to content

Instantly share code, notes, and snippets.

@alterakey
Last active December 29, 2015 07:19
Show Gist options
  • Save alterakey/7635309 to your computer and use it in GitHub Desktop.
Save alterakey/7635309 to your computer and use it in GitHub Desktop.
launchd (10.9) plist for dbskkd-cdb
<?xml version="1.0"?>
<!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>com.google.code.dbskkd-cdb</string>
<key>UserName</key>
<string>nobody</string>
<key>GroupName</key>
<string>nobody</string>
<key>ProgramArguments</key>
<array>
<string>/usr/local/libexec/dbskkd-cdb</string>
</array>
<key>inetdCompatibility</key>
<dict>
<key>Wait</key>
<false />
</dict>
<key>Sockets</key>
<dict>
<key>Listeners</key>
<dict>
<key>SockServiceName</key>
<string>sgi-storman</string>
<key>SockType</key>
<string>stream</string>
</dict>
</dict>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment