From 35f3b87a6e99ae3add2eb81c85d8af5a1b71d386 Mon Sep 17 00:00:00 2001 From: tocariimaa Date: Mon, 17 Feb 2025 00:39:44 -0300 Subject: [PATCH] articles/systemd.md: update --- articles/systemd.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/articles/systemd.md b/articles/systemd.md index 6c063b7..a273246 100644 --- a/articles/systemd.md +++ b/articles/systemd.md @@ -30,3 +30,5 @@ Had the backdoor attempt succeeded, it would have given full root access to mill - SysVinit - BSD-style rc init systems - [suckless sinit](https://core.suckless.org/sinit/) +- GNU Shepherd, init system and service manager written in (Guile) [Scheme](scheme.md), used +by the GNU Guix distro.