summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2022-01-21 21:20:49 +0100
committerMatthias Beyer <mail@beyermatthias.de>2022-01-21 21:20:49 +0100
commit6ddc2e2b70a27590f4eaafb6bb5833638bd766c0 (patch)
tree5d7f52280d2ae5426dc34b467f10a89d63fcbb8e
parent73ec62f9935bdaf231c96e53ad63cfff2921bef0 (diff)
Add section on systemd
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--computer/tools/systemd.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/computer/tools/systemd.md b/computer/tools/systemd.md
new file mode 100644
index 0000000..3c2d9df
--- /dev/null
+++ b/computer/tools/systemd.md
@@ -0,0 +1,15 @@
+---
+title: systemd
+---
+
+systemd (YES it is "systemd", not "SystemD" or "system-d" or even "Systemd"!!!)
+is a process manager and init system.
+Hated by a few know-it-alls on the internet, but very beneficial for the linux
+ecosystem. Here are some tips noted regarding systemd.
+
+
+## Sandboxing and Security
+
+* [systemd-analyze security](https://news.ycombinator.com/item?id=29976096)
+
+