Add init system slide
This commit is contained in:
parent
cb21e47784
commit
e4feeda4a3
1 changed files with 7 additions and 2 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in a new issue