Devuan

[https://zug.network/@Zugschlus/112653962996617636](https://zug.network/@Zugschlus/112653962996617636) [@devuan@fed.dyne.org](https://fed.dyne.org/c/devuan) [@devuan@toot.community](https://toot.community/@devuan)

4
0

Just imagine... [@devuan@fed.dyne.org](https://fed.dyne.org/c/devuan)

7
2
tv.dyne.org

edit: peertube account moved, hence URL has changed

6
0

Running the Devuan-PI Daedalus build from http://arm-files.devuan.org the difference with Raspbian and other ARM distros bugged by systemd becomes evident. Here we manage to run Pi_Hole v6-beta in less than 70MiB of RAM and below 50c temp on a RPi3-modelB 💪

9
1

cat << EOF > /etc/systemd/system/rc-local.service ```sh [Unit] Description=/etc/rc.local Compatibility ConditionPathExists=/etc/rc.local [Service] Type=forking ExecStart=/etc/rc.local start TimeoutSec=0 StandardOutput=tty RemainAfterExit=yes SysVStartPriority=99 [Install] WantedBy=http://multi-user.target EOF if ! [ -r /etc/rc.local ]; then printf '%s\n' '#!/bin/bash' 'exit 0' | tee -a /etc/rc.local fi chmod +x /etc/rc.local systemctl enable rc-local ```

4
0
debugpointnews.com

Peppermint OS continues to stand out by offering an exciting new addition to its lineup. The lightweight, open-source operating system, known for its ease of use and resource efficiency, has just introduced a Devuan-based build tailored for ARM architecture. This strategic move extends Peppermint OS’s reach, making it an even more compelling choice for users who prefer a systemd-free environment, especially on ARM devices like the Raspberry Pi and ARM laptops.

1
0

It is Halloween again and you are all welcome to share your systemd horror story with us! CVEs are growing every year and the wolves are howling #wontfix to the moon! https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=systemd

2
0