diff --git a/README.md b/README.md
index 3db6787..c126837 100644
--- a/README.md
+++ b/README.md
@@ -1964,6 +1964,7 @@ This section is strictly for software implementing a core set of UNIX-like (or M
> - [aShell You](https://github.com/DP-Hridayan/aShellYou) or [aShell](https://gitlab.com/sunilpaulmathew/ashell) running the `logcat`command.
> - Direct use of the `logcat` command in the Android shell.
+
## System Services and Daemons
| Name | Last Untainted Version or Commit ID | Tags and Evidence | Alternative(s) |
@@ -1974,10 +1975,29 @@ This section is strictly for software implementing a core set of UNIX-like (or M
| [lvm2](https://sourceware.org/lvm2/) |[](#request-for-help) |[](#permissive-ai-policy) ([1](https://gitlab.com/lvmteam/lvm2/-/commit/6207fe707a4ae255ef62a2fa088ec2497ae6c0a8),[2](https://gitlab.com/lvmteam/lvm2/-/commit/ff76548a3da5cee224e4663d81d7041558115b8e),[3](https://gitlab.com/lvmteam/lvm2/-/commit/99b85e7e4acc7fb69460b2bdb94aa8c2ca0f8946)) | [](#request-for-help) |
| [Mesa3D](https://mesa3d.org/) | [](#request-for-help) | [](#permissive-ai-policy) ([1](https://docs.mesa3d.org/submittingpatches.html#expectations-on-contributors)) | [](#request-for-help)|
| [ntpd-rs](https://github.com/pendulum-project/ntpd-rs) | [`v1.6.1`](https://github.com/pendulum-project/ntpd-rs/releases/tag/v1.6.1) | [](#permissive-ai-policy) ([1](https://github.com/pendulum-project/ntpd-rs/blob/main/CONTRIBUTING.md#use-of-generative-artificial-intelligence)) | [Busybox](https://busybox.net) `ntpd`,
[chrony](https://chrony-project.org/),
[ntpd](https://github.com/ntp-project/ntp),
[OpenNTPD](https://www.openntpd.org/) |
-| [rsyslog](https://www.rsyslog.com/) | [](#request-for-help) | [](#permissive-ai-policy) ([1](https://www.rsyslog.com/doc/about/ai_first.html)) | [syslog-ng](https://www.syslog-ng.com/products/open-source-log-management/) |
-| [systemd](https://github.com/systemd/systemd) | [](#request-for-help) | [](#permissive-ai-policy) ([1](https://github.com/systemd/systemd/blob/main/AGENTS.md), [2](https://github.com/systemd/systemd/commit/744d589632c545e90ae76853abbfbc90cb530e24)) | [dinit](https://davmac.org/projects/dinit),
[s6](https://skarnet.org/software/s6/),
[OpenRC](https://github.com/OpenRC/openrc),
[shepherd](https://shepherding.services/) |
+| [rsyslog](https://www.rsyslog.com/) | [](#request-for-help) | [](#permissive-ai-policy) ([1](https://www.rsyslog.com/doc/about/ai_first.html)) | See below |
+| [systemd](https://github.com/systemd/systemd) | [](#request-for-help) | [](#permissive-ai-policy) ([1](https://github.com/systemd/systemd/blob/main/AGENTS.md), [2](https://github.com/systemd/systemd/commit/744d589632c545e90ae76853abbfbc90cb530e24)) | See below |
| [wireplumber](https://gitlab.freedesktop.org/pipewire/wireplumber/) | [](#request-for-help) | [](#permissive-ai-policy) ([1](https://gitlab.freedesktop.org/pipewire/wireplumber/-/blob/master/AGENTS.md?ref_type=heads)) | [](#request-for-help)|
+> [!Note]
+> #### System Logger Alternatives
+> - [inetutils-syslog](https://www.gnu.org/software/inetutils/)
+> - [metalog](https://metalog.sourceforge.net/)
+> - [sysklogd](https://github.com/troglobit/sysklogd)
+> - [syslog-ng](https://www.syslog-ng.com/products/open-source-log-management/)
+
+> [!Note]
+> #### Init System Alternatives
+> - [dinit](https://davmac.org/projects/dinit)
+> - [OpenRC](https://github.com/OpenRC/openrc)
+> - [runit](https://smarden.org/runit/)
+> - [s6](https://skarnet.org/software/s6/)
+> - [shepherd](https://shepherding.services/)
+> - [sinit](https://core.suckless.org/sinit/)
+> - [sysvinit](http://www.nongnu.org/sysvinit/)
+>
+> For more init system alternatives, see [nosystemd](https://nosystemd.org/)
+
### Power Management
| Name | Last Untainted Version or Commit ID | Tags and Evidence |