37 lines
666 B
TeX
37 lines
666 B
TeX
\documentclass[14pt]{beamer}
|
|
\usetheme{metropolis}
|
|
|
|
\title{systemd}
|
|
\subtitle{The standard Linux init system}
|
|
|
|
\begin{document}
|
|
\metroset{titleformat frame=allcaps}
|
|
|
|
\maketitle
|
|
|
|
\section{Introduction}
|
|
|
|
\begin{frame}{What is an init system?}
|
|
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}{Systemd units}
|
|
Foo bar
|
|
\end{frame}
|
|
|
|
\section{Demo}
|
|
|
|
\section{Controversies}
|
|
|
|
\section{Questions?}
|
|
|
|
\end{document}
|