From a63e202de478854222bf314ad489028e9ac33d09 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 25 Feb 2016 23:08:41 +0000 Subject: Doc fix (thanks awilfox) --- doc/why.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/why.html b/doc/why.html index 8c4c869..775f81d 100644 --- a/doc/why.html +++ b/doc/why.html @@ -187,8 +187,9 @@ Darwin's init and service manager. The wikipedia page (linked here because Apple doesn't see fit to provide a documentation page for launchd) is very clear: it replaces init, rc, init.d/rc.d, SystemStarter, inetd, crontd, atd and watchdogd. It does all of this -in process 1. And it uses XML for daemon configuration, so process 1 -has to link in a XML parsing library. Is this the sleek, elegant +in process 1. And it uses XML for daemon configuration, so launchctl +has to link in a XML parsing library, and it communicates with process 1 +via a Mach-specific IPC mechanism. Is this the sleek, elegant design that Apple is usually known for? Stick to selling iPhones, guys.
  • systemd, -- cgit v1.2.3