Re: Several Questions
Re: Several Questions
- Subject: Re: Several Questions
- From: Todd Heberlein <email@hidden>
- Date: Sun, 31 May 2009 20:31:22 -0700
You can use launchd to keep your app alive. That way you, don't
have to worry about adding code to your application to do it, you
just have to ensure the launchd property list is in the right place.
So if in your launchd module you have the key-value pair:
<key>KeepAlive</key>
<true/>
will launchd automatically restart the program when it exists no
matter what the exit status is? I wasn't a 100% sure.
Todd
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden