Re: How to terminate an NSTask whenever my app terminates?
Re: How to terminate an NSTask whenever my app terminates?
- Subject: Re: How to terminate an NSTask whenever my app terminates?
- From: Michael David Crawford <email@hidden>
- Date: Mon, 31 Aug 2015 20:16:22 -0700
On the UNIX command line "nohup" prevents children from being killed when
the parent exits. If you want to manually start a daemon:
$ nohup mydaemon &
Then you can log out and it keeps running.
--
Michael David Crawford P.E., Consulting Process Architect
email@hidden
http://mike.soggywizard.com/
One Must Not Trifle With Wizards For It Makes Us Soggy And Hard To
Light.
_______________________________________________
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