Skip to content

Instantly share code, notes, and snippets.

@dictav
Created October 30, 2018 05:47
Show Gist options
  • Save dictav/a87ced481f9c1c3d04d327bee496bba8 to your computer and use it in GitHub Desktop.
Save dictav/a87ced481f9c1c3d04d327bee496bba8 to your computer and use it in GitHub Desktop.
com.apple.opendirectoryd.plist
{
"Label": "com.apple.opendirectoryd",
"Program": "/usr/libexec/opendirectoryd",
"EnvironmentVariables": {
"__CF_USER_TEXT_ENCODING": "0x0:0:0",
"__CFPREFERENCES_AVOID_DAEMON": "1"
},
"POSIXSpawnType": "Interactive",
"MachServices": {
"com.apple.system.DirectoryService.libinfo_v1": true,
"com.apple.system.opendirectoryd.api": true,
"com.apple.system.opendirectoryd.libinfo": true,
"com.apple.system.DirectoryService.membership_v1": true,
"com.apple.system.opendirectoryd.membership": true,
"com.apple.private.opendirectoryd.rpc": {
"HideUntilCheckIn": true
}
},
"EnableTransactions": true,
"KeepAlive": true,
"BeginTransactionAtShutdown": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment