From c86f75f7ca6ea42d7a992f0871e6bd069dd522df Mon Sep 17 00:00:00 2001
From: Laurent Bercot
Date: Sun, 4 Oct 2020 17:18:57 +0000
Subject: doc: fix URLs
---
doc/why.html | 23 ++++++++++++-----------
1 file changed, 12 insertions(+), 11 deletions(-)
(limited to 'doc/why.html')
diff --git a/doc/why.html b/doc/why.html
index ccef157..b737c89 100644
--- a/doc/why.html
+++ b/doc/why.html
@@ -25,7 +25,7 @@
s6,
runit,
perp or
-daemontools
+daemontools
define a service as a long-lived process, a.k.a
daemon. They provide tools to run the daemon in a reproducible
way in a controlled environment and keep it alive if it dies;
@@ -110,7 +110,7 @@ that still favor simplicity. Among them, for instance:
- - sysvinit,
+
- sysvinit,
the historical GNU/Linux init system, and its companion set of
/etc/rc.d init scripts that some distributions like to
call sysv-rc. Note that sysvinit does have
@@ -174,14 +174,15 @@ a joke.
- - Upstart was the first
-one. On the front page, in the "feature highlights" section:
-"Tasks and Services are started and stopped
-by events. Events are generated as tasks and services are started
-and stopped." Do you understand what that means? I don't. Also,
-Upstart was the first system that used ptrace on the
-processes it spawned in order to keep track of their forks. If
-you don't know what that means: it was pure insanity.
+ - Upstart was the first
+one. The concepts in Upstart are actually pretty good: in
+theory, it's a decent event-based service manager. Unfortunately, the
+implementation is less than ideal. For instance, the service
+file format is full of adhocisms breaking the principle of least surprise.
+But most importantly, Upstart was the first system that used ptrace
+on the processes it spawned in order to keep track of their forks. If
+you don't know what that means: it's complete insanity, using a debug
+feature in prodution, with heavy impact on security and efficiency.
- launchd,
Darwin's init and service manager. The wikipedia page (linked here
because Apple doesn't see fit to provide a documentation page for
@@ -192,7 +193,7 @@ 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,
+
- systemd,
the main protagonist (or antagonist) in the "init wars". It has the same
problems as launchd, up by an order of magnitude;
here is why.
--
cgit v1.3.1