Add EnableTransactions launchd option to CCacheServer
authorAlexandra Ellwood <lxs@mit.edu>
Mon, 7 Jul 2008 19:26:50 +0000 (19:26 +0000)
committerAlexandra Ellwood <lxs@mit.edu>
Mon, 7 Jul 2008 19:26:50 +0000 (19:26 +0000)
This prevents the CCacheServer from being killed before it is
done handling all the mach messages.

ticket: new

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20500 dc483132-0cff-0310-8789-dd5450dbe970

src/ccapi/server/mac/edu.mit.Kerberos.CCacheServer.plist

index 3301d44d37f8c282c97ddde84721185011b7822d..fc030cdd7a75b35ac68bc3528a8f7af36d0bb4ff 100644 (file)
@@ -13,6 +13,8 @@
                 <key>edu.mit.Kerberos.CCacheServer.ipcService</key>
                 <true/>
         </dict>
+        <key>EnableTransactions</key>
+        <true/>
         <key>OnDemand</key>
         <true/>
        <key>ThrottleInterval</key>