about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <vincent@kivra.com>2016-01-20T15·29+0100
committerVincent Ambo <vincent@kivra.com>2016-01-20T15·29+0100
commite4feeda4a329fbe5d7e691bb61917b2fb6204cf1 (patch)
tree270a2d1050cdad4988d5ee7b30fdc0956dda86ee
parentcb21e47784c5af9e7b3500b6d87fc72da1b32ecd (diff)
Add init system slide
-rw-r--r--slides.tex9
1 files changed, 7 insertions, 2 deletions
diff --git a/slides.tex b/slides.tex
index 8322e98de2..5140c96dec 100644
--- a/slides.tex
+++ b/slides.tex
@@ -12,14 +12,19 @@
 \section{Introduction}
 
 \begin{frame}{What is an init system?}
-  Foo bar
+  An init system is the first process (PID 1) started in a Unix like system. It handles:
+
+  \begin{itemize}
+    \item Starting system processes and services
+    \item Adopting and ``reaping'' orphaned processes
+  \end{itemize}
 \end{frame}
 
 \begin{frame}{What is systemd?}
   Bar baz
 \end{frame}
 
-\begin{frame}{What is an init system?}
+\begin{frame}{Systemd units}
   Foo bar
 \end{frame}