Re: StartupItemContext & Darwin 6.x
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com On dimanche, février 27, 2005, at 04:03 AM, Kevin Van Vechten wrote: - Kevin On Feb 26, 2005, at 2:41 PM, Stéphane Sudre wrote: On mercredi, février 23, 2005, at 02:55 AM, Kevin Van Vechten wrote: Is it possible to get the same behavior by running: SystemStarter -v start TheServiceName then? The only solution is to restart the computer, isn't it? _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... I believe executing SystemStarter on the command line will use the login context by default, which is the reason StartupItemContext was invented. These commands have no equivalent in Darwin 6.x, they were introduced in Darwin 7.x. Event though StartupItemContext compiles on Darwin 6.x, it may require support from mach_init which isn't present in that version (this is just speculation). The How-To in the Darwin documentation (and the man page of SystemStarter in 10.2.8) is not really clear on the context. Would it be a StartupItem context (bootstrap) or another one? So basically, there is no way in Mac OS X 10.2 to cleanly kill a bootstrap process and relaunch it. This email sent to site_archiver@lists.apple.com
participants (1)
-
Stéphane Sudre