docs:mac:creating_startup_items

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
docs:mac:creating_startup_items [2007/03/30 17:15] – created billhdocs:mac:creating_startup_items [2011/04/15 23:12] (current) billh
Line 1: Line 1:
 ====== Creating Startup Items (Mac OS X) ====== ====== Creating Startup Items (Mac OS X) ======
 +
 +:!: Mac Startup Items are deprecated in favor of [[launchd]]
 +
 Mac OS X startup is nothing like other Unix systems. Most significantly, Mac OS X has nothing like the /etc/init.d directory. Instead, it finds its startup items in either /System/Library/StartupItems (for system startup items) or /Library/StartupItems (for locally-installed startup items). Mac OS X startup is nothing like other Unix systems. Most significantly, Mac OS X has nothing like the /etc/init.d directory. Instead, it finds its startup items in either /System/Library/StartupItems (for system startup items) or /Library/StartupItems (for locally-installed startup items).
  
Line 100: Line 103:
 ... ...
 </code> </code>
- 
-===== launchd daemons ===== 
-Mac OS X provides two methods for launching daemons: startup items and launchd(8) daemons. Which one you use depends largely on the versions of Mac OS X that the daemon must support. 
-  * Mac OS X v10.3 and earlier: You must use startup items. The launchd service is not supported prior to v10.4. 
-  * Mac OS X v10.4 and earlier: You can either use startup items or launchd daemons. Using launchd daemons is preferred unless you also require backwards compatibility with versions of Mac OS X prior to v10.4. 
-FIXME (document procedure) 
  
 ===== External Links ===== ===== External Links =====
   * http://developer.apple.com/documentation/MacOSX/Conceptual/BPSystemStartup/Articles/StartupItems.html   * http://developer.apple.com/documentation/MacOSX/Conceptual/BPSystemStartup/Articles/StartupItems.html
  • docs/mac/creating_startup_items.1175296540.txt.gz
  • Last modified: 2008/08/03 00:25
  • (external edit)