about summary refs log tree commit diff
path: root/slides.pdfpc
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2016-01-20T16·27+0100
committerVincent Ambo <tazjin@gmail.com>2016-01-20T16·27+0100
commit0e0cb2ce25dbc3470e51e2c5045f3a0427066263 (patch)
tree360be3eed4bafde92b7949dab794759166f6e573 /slides.pdfpc
parente4feeda4a329fbe5d7e691bb61917b2fb6204cf1 (diff)
Add presenter notes file
Diffstat (limited to 'slides.pdfpc')
-rw-r--r--slides.pdfpc12
1 files changed, 12 insertions, 0 deletions
diff --git a/slides.pdfpc b/slides.pdfpc
new file mode 100644
index 0000000000..2f6ac472ed
--- /dev/null
+++ b/slides.pdfpc
@@ -0,0 +1,12 @@
+[file]
+slides.pdf
+[notes]
+### 1
+### 2
+Let's start off by looking at what an init system is, how they used to work and what systemd does different before we go into more systemd-specific details.
+### 3
+system processes that are started include for example FS mounts, network settings, powertop...
+system services are long-running processes such as daemons, e.g. SSH, database or web servers, session managers, udev ...
+
+orphans: Process whose parent has finished somehow, gets adopted by init system
+-> when a process terminates its parent must call wait() to get its exit() code, if there is no init system adopting orphans the process would become a zombie
\ No newline at end of file