Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/freebsd/openlaunchd

A launchd(8) port for non-Darwin systems
https://github.com/freebsd/openlaunchd

Last synced: 3 months ago
JSON representation

A launchd(8) port for non-Darwin systems

Awesome Lists containing this project

README

        

# 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:

* `#openlaunchd` on the [Freenode](http://freenode.net) is where development
discussion can occur.
* [open launchd](https://groups.google.com/forum/#!forum/openlaunchd) mailing
list

### Helpful links

* The main project [home page](https://wiki.freebsd.org/launchd) can be found
on the FreeBSD [project wiki](https://wiki.freebsd.org/).
* `rwatson@` runs [fxr.watson.org](http://fxr.watson.org/) which can be very
useful for cross-referencing Apple system headers and code, with FreeBSD system
headers and code