• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: How to terminate an NSTask whenever my app terminates?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >How to terminate an NSTask whenever my app terminates? (From: Jens Alfke <email@hidden>)
 >Re: How to terminate an NSTask whenever my app terminates? (From: Scott Ribe <email@hidden>)

  • Prev by Date: Re: How to terminate an NSTask whenever my app terminates?
  • Next by Date: Re: How to terminate an NSTask whenever my app terminates?
  • Previous by thread: Re: How to terminate an NSTask whenever my app terminates?
  • Next by thread: Re: How to terminate an NSTask whenever my app terminates?
  • Index(es):
    • Date
    • Thread