Minor corrections
This commit is contained in:
parent
8e06fe4d92
commit
f368f12a90
1 changed files with 21 additions and 21 deletions
|
|
@ -14,10 +14,10 @@
|
||||||
\section{Introduction}
|
\section{Introduction}
|
||||||
|
|
||||||
\begin{frame}{What is an init system?}
|
\begin{frame}{What is an init system?}
|
||||||
An init system is the first process (PID 1) started in a Unix like system. It handles:
|
An init system is the first userspace process (PID 1) started in a UNIX-like system. It handles:
|
||||||
|
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item Starting system processes and services to prepare environment
|
\item Starting system processes and services to prepare the environment
|
||||||
\item Adopting and ``reaping'' orphaned processes
|
\item Adopting and ``reaping'' orphaned processes
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue