Mac OS X launchd

Daemons have become pretty confusing on Mac OS X. Originally these were handled by inetd, then xinetd, and now launchd has taken over. Unfortunately, there's a mess of left over stuff hanging around: you'll still find services in /etc/xinet.d and other places.

The goal of launchd is to replace xinetd, cron, and anything you might have stuck in rc.local or StartupItems. It controls system programs, but it can be used for ordinary user processes also.


Hate these ads?

Anything you want controlled by launchd needs a plist file describing what to if you want it to start automatically, but you can use it to daemonize a specific command also:


 


 $ launchd  -d -- ~/bin/ltest 
 

However, by using configuration files, you can use "launchctl" to more powerfully control your jobs. There's an interactive mode - if you just type "launchctl" you can then control daemons from its shell:



launchd% list
com.apple.KernelEventAgent
com.apple.mDNSResponder
com.apple.nibindd
com.apple.periodic-daily
com.apple.periodic-monthly
com.apple.periodic-weekly
com.apple.portmap
com.apple.syslogd
com.vix.cron
org.postfix.master
org.xinetd.xinetd
com.kerio.watchkms
launchd% 


See tftp and launchctl on MacOSX for an example of using launchct.

Read more about launchd at http://developer.apple.com/macosx/launchd.html and see the man pages for launchd and launchctl for details. You can see system launchd plist files in /System/Library/LaunchDaemons/; use these to understand how you'd write your own.








Comments /foo-mac/launchd.html




Fri Jun 2 13:46:08 2006: Subject:   bruceg2004
I'm not sure I like launchd. Apple seems to be the only vendor using it (please correct me, if I am wrong). I pefer xinetd, since many applications take advatage of it. Does launchd use hosts.allow and hosts.deny?



- Bruce

Fri Jun 2 20:54:41 2006: Subject:   TonyLawrence
But launchd is much more than xinetd. See http://www.afp548.com/article.php?story=20050620071558293



Sun Jun 4 02:04:55 2006: Subject:   bruceg2004
Once again, Tony; you have helped me see the light. Excellent link, and very good information on launchd. Now I need to study up, and learn it. I think what I should have said, was that I am lazy, and it was always easy to add a static route in rc.local, rather then write some XML in a plist file :-)



Thanks again, Tony.

- Bruce



Add your comments

M3IP inc.

Enter your email address for automatic notification of new posts here
(be sure to whitelist 'feedburner.com' if you use spam filtering)

Or use any RSS reader

Delivered by FeedBurner


Views for this page
Today This Week This Month This Year  Overall
112632,976 8,609

Have you tried Searching this site?

Unix/Linux/Mac OS X support by phone, email or on-site: Support Rates

This is a Unix/Linux resource website. It contains technical articles about Unix, Linux and general computing related subjects, opinion, news, help files, how-to's, tutorials and more. We appreciate comments and article submissions.

Publishing your articles here

pavatar.jpg
More:
       - MacOSX




Unix/Linux Consultants

Your ad here - $24.00 yearly!

http://www.m3ipinc.com Security, firewalls, ids, audits, vulnerability assesments, BS7799, HIPAA, GLB, incident handling


http://thatitguy.com Business networking servers, Linux and Unix experts. In business since 1997! Windows and Exchange to Samba and Scalix migration experts.


http://www.schewanick.com SCO Unix, Solaris, Linx (various), PHP, MySQL, Apache, uniBasic, dL4, Perl, System Administration and more....









Change Congress

Related Posts