Re: startup item
Re: startup item
- Subject: Re: startup item
- From: Lloyd Dupont <email@hidden>
- Date: Wed, 11 Jun 2003 14:06:37 +1000
Have you checked ownership/permissions? Compare these to other startup
items. Check directories (folders) too.
Are all dependencies being described in the "Requires property?
You can boot into single user mode and bring startup services up
manually to see what is happening. Use -d or -D for debug info.
no worry.
I discover I should have something wrong in my executbale (don't know
what yet)
I wrote this in my startup script:
StartService()
{
ConsoleMessage "Starting iHookSpy"
/Library/StartupItems/iHookSpy/SpyServer start
1>/Library/StartupItems/iHookSpy/stdout.txt
2>/Library/StartupItems/iHookSpy/stderr.txt &
}
and the 2 files stout.txt., stderr.txt were cereated (although empty)
no I just have to figure out why my service died ...
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.