From e4feeda4a329fbe5d7e691bb61917b2fb6204cf1 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 20 Jan 2016 16:29:07 +0100 Subject: Add init system slide --- slides.tex | 9 +++++++-- 1 file 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} -- cgit 1.4.1