A launchd(8) port for non-Darwin systems
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
SystemStarter
launchctl
launchd
launchproxy
liblaunch
man
rc
support
t
wait4path
xcscripts
.gitignore
.gitmodules
COPYING
DEPENDS.md
Makefile
README.md
ROADMAP.md
launchd.doxy
launchd.mk

README.md

Open Launchd

Mac OS X 10.4 Tiger introduced a new program called launchd. The daemon replaced SystemStarter (MacOS legacy) and older rc.d (BSD legacy) startup processes and job management functionality.

Launchd can be split into two logical pieces, "process 1", i.e. the root launchd which controls system startup and system daemons and "user launchd" which allows invividual users to manage their own processes/jobs.

Why?

The primary goal of this project is to port launchd in its entirety over to FreeBSD, hopefully making it usable by other BSD or Linux systems along the way. That said, the primary motivator for the original porting work in 2005 was to improve boot time. While improved boot time would be of tangible benefit to FreeBSD users, the current motivator of this project is to enable modern process management for user and system level processes on FreeBSD systems.

Getting involved:

Helpful links

  • The main project home page can be found on the FreeBSD project wiki.
  • rwatson@ runs fxr.watson.org which can be very useful for cross-referencing Apple system headers and code, with FreeBSD system headers and code