tvl-depot/slides.tex

38 lines
666 B
TeX
Raw Normal View History

2016-01-20 12:13:25 +01:00
\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?}
2016-01-20 16:29:07 +01:00
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}
2016-01-20 12:13:25 +01:00
\end{frame}
\begin{frame}{What is systemd?}
Bar baz
\end{frame}
2016-01-20 16:29:07 +01:00
\begin{frame}{Systemd units}
2016-01-20 12:13:25 +01:00
Foo bar
\end{frame}
\section{Demo}
\section{Controversies}
\section{Questions?}
\end{document}