I've been reeducated in the ways of UNIX history
[www.git] / articles / systemd.shtml
index 7a357912c643766d4fd01f169cd7921b47fa1dff..d9bfc6778d110f9a5ce19251704ef9bfe6505e48 100644 (file)
@@ -14,6 +14,8 @@
 
 <h1>Why I dislike systemd</h1>
 
+<p><em>(Published 2015-06-14)</em></p>
+
 <p>
 As a Linux sysadmin in the 2010s, it's hard not to have an opinion on
 systemd. But what I find baffling about it is how divisive it is;
@@ -96,7 +98,7 @@ another command to reattach output to the terminal. Where under Unix
 one might say
 </p>
 
-<pre><code>ls &gt;xx</pre></code>
+<pre><code>ls &gt;xx</code></pre>
 
 <p>
 to get a listing of the names of one’s files in xx, on Multics the
@@ -163,7 +165,10 @@ developers decided that the best way to tackle this problem was to
 invent a new configuration language which would enable init to perform
 more complex and customisable tasks, along with a way of allowing
 vendors to drop in their own service startup routines and have them run
-automatically at boot.
+automatically at boot. [Ed: I was actually slightly mistaken, and this
+came from SunOS. See <a
+href="https://news.ycombinator.com/item?id=9717758">this clarification
+</a> from someone who's been alive longer than I have.]
 </p>
 
 <p>