Re: launchd question
Re: launchd question
- Subject: Re: launchd question
- From: Jonas Maebe <email@hidden>
- Date: Fri, 13 Apr 2007 09:37:52 +0200
On 13 Apr 2007, at 00:26, email@hidden wrote:
Now, for my next trick, i'm going to make this app into the OSX
equivalent of a Win32 service by making it run under launchd. This
was really easy to do, but I noticed from the logs that this app
writes, that launchd doesn't seem to be nicely shutting it down
e.g. I think it just a kill -9. The app catches SIGINT and shuts
down nicely when it gets it ... can I make launchd send it?
The common way for daemons to be told to quit "in a friendly way" is
by sending them a SIGTERM, not a SIGINT (SIGINT usually means
"someone pressed ctrl-c").
Jonas
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden