James Whitwell sez: } Hi, } } What's the "standard" way of starting and stopping daemons i.e. under } debian all the scripts in /etc/init.d/ take a parameter that says } "start", "stop", "reload", etc. I can see that daemonic installs a } couple of things into /Library/StartupItems, which are run by } SystemStarter (I'm guessing). But what about } stopping/reloading/starting daemons at times other than bootup? I can } just kill -HUP but it would be cleaner if there was a script, especially } for things that restart in different ways e.g. postfix.
See the following (in rough order of their usefulness): http://www.opensource.apple.com/projects/documentation/howto/html/SystemStarter_HOWTO.html http://www-inst.eecs.berkeley.edu/~kevinvv/SystemStarter.pdf http://developer.apple.com/techpubs/macosx/Essentials/SystemOverview/BootingLogin/The_Boot_Sequence.html http://developer.apple.com/techpubs/macosx/Essentials/SystemOverview/BootingLogin/Customization_Techniques.html } Cheers, } ;) james. --Greg _______________________________________________________________ Sponsored by: ThinkGeek at http://www.ThinkGeek.com/ _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
