diff options
author | Vincent Ambo <vincent@kivra.com> | 2016-01-20T15·29+0100 |
---|---|---|
committer | Vincent Ambo <vincent@kivra.com> | 2016-01-20T15·29+0100 |
commit | e4feeda4a329fbe5d7e691bb61917b2fb6204cf1 (patch) | |
tree | 270a2d1050cdad4988d5ee7b30fdc0956dda86ee /slides.tex | |
parent | cb21e47784c5af9e7b3500b6d87fc72da1b32ecd (diff) |
Add init system slide
Diffstat (limited to 'slides.tex')
-rw-r--r-- | slides.tex | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/slides.tex b/slides.tex index 8322e98de246..5140c96dec13 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} |