> # launchctl load /Library/LaunchDaemons/bacula-fd.plist

Well, you have to write that first (man launchd.plist, or just take one 
from /System/Library/LaunchDaemons and tweak it to suit your needs).

The problem with launchd is that it has too many expectations on what 
the called program should and should not do -- among other things 
launchd wants to handle all the forking and backgrounding by itself, so 
you cannot use the standard init scripts provided with bacula.

I very much prefer the "old" way of creating a startup item as described 
here:
http://www.osxfaq.com/Tutorials/LearningCenter/HowTo/Startup/index.ws#ass

Andrea

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to