refractor "System Services and Daemons" and add sysklogd, metalog, inetutils-syslog, runit, sysvinit, sinit as alteratives (#1168)

### Description of Changes

tidy up many alternative system loggers and init systems

Reviewed-on: https://codeberg.org/ethical-foss/open-slopware/pulls/1168
Reviewed-by: Ethical FOSS admin <ethical-foss-admin@noreply.codeberg.org>
This commit is contained in:
Allen123456hello 2026-08-10 16:02:10 +02:00 committed by Ethical FOSS admin
commit 5f6be2df46

View file

@ -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](./badges/request-for-help.svg)](#request-for-help) |[![Permissive AI policy](./badges/permissive-ai-policy-orange.svg)](#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](./badges/request-for-help.svg)](#request-for-help) |
| [Mesa3D](https://mesa3d.org/) | [![Request for Help](./badges/request-for-help.svg)](#request-for-help) | [![Permissive AI policy](./badges/permissive-ai-policy-orange.svg)](#permissive-ai-policy) ([1](https://docs.mesa3d.org/submittingpatches.html#expectations-on-contributors)) | [![Request for Help](./badges/request-for-help.svg)](#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](./badges/permissive-ai-policy-orange.svg)](#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`,<br />[chrony](https://chrony-project.org/),<br />[ntpd](https://github.com/ntp-project/ntp),<br />[OpenNTPD](https://www.openntpd.org/) |
| [rsyslog](https://www.rsyslog.com/) | [![Request for Help](./badges/request-for-help.svg)](#request-for-help) | [![Permissive AI policy](./badges/permissive-ai-policy-orange.svg)](#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](./badges/request-for-help.svg)](#request-for-help) | [![Permissive AI policy](./badges/permissive-ai-policy-orange.svg)](#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), <br />[s6](https://skarnet.org/software/s6/), <br />[OpenRC](https://github.com/OpenRC/openrc), <br />[shepherd](https://shepherding.services/) |
| [rsyslog](https://www.rsyslog.com/) | [![Request for Help](./badges/request-for-help.svg)](#request-for-help) | [![Permissive AI policy](./badges/permissive-ai-policy-orange.svg)](#permissive-ai-policy) ([1](https://www.rsyslog.com/doc/about/ai_first.html)) | See below |
| [systemd](https://github.com/systemd/systemd) | [![Request for Help](./badges/request-for-help.svg)](#request-for-help) | [![Permissive AI policy](./badges/permissive-ai-policy-orange.svg)](#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](./badges/request-for-help.svg)](#request-for-help) | [![Permissive AI policy](./badges/permissive-ai-policy-orange.svg)](#permissive-ai-policy) ([1](https://gitlab.freedesktop.org/pipewire/wireplumber/-/blob/master/AGENTS.md?ref_type=heads)) | [![Request for Help](./badges/request-for-help.svg)](#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 |