<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>systemd</title>
    <link rel="self" type="application/atom+xml" href="https://links.biapy.com/guest/tags/690/feed"/>
    <updated>2026-04-18T09:01:19+00:00</updated>
    <id>https://links.biapy.com/guest/tags/690/feed</id>
            <entry>
            <id>https://links.biapy.com/links/12167</id>
            <title type="text"><![CDATA[Dinit]]></title>
            <link rel="alternate" href="https://davmac.org/projects/dinit/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12167"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[service manager, init system.

Dinit is a service manager / supervision system, which can (on Linux) also function as a system manager and init.

- [Dinit @ GitHub](https://github.com/davmac314/dinit/).

Related contents:

- [Dinit, the init system systemd should have been @ unixdigest.com](https://unixdigest.com/articles/dinit-the-init-system-systemd-should-have-been.html).]]>
            </summary>
            <updated>2026-03-18T06:45:45+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11377</id>
            <title type="text"><![CDATA[witr]]></title>
            <link rel="alternate" href="https://github.com/pranshuparmar/witr" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11377"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Why is this running? 

witr exists to answer a single question:

    Why is this running?

When something is running on a system—whether it is a process, a service, or something bound to a port—there is always a cause. That cause is often indirect, non-obvious, or spread across multiple layers such as supervisors, containers, services, or shells.]]>
            </summary>
            <updated>2026-01-05T12:56:46+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10574</id>
            <title type="text"><![CDATA[isd]]></title>
            <link rel="alternate" href="https://kainctl.github.io/isd/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10574"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[a better way to work with systemd units.

Simplify systemd management with isd! isd is a TUI offering fuzzy search for units, auto-refreshing previews, smart sudo handling, and a fully customizable interface for power-users and newcomers alike.

- [isd @ GitHub](https://github.com/kainctl/isd).

Related contents:

- [ISD 0.6 Released For Interactive Systemd Management @ phoronix](https://www.phoronix.com/news/interactive-systemd-isd-0.6).
- [Episode 635: The Texas Linux Fest Special @ Linux Unplugged](https://linuxunplugged.com/635).]]>
            </summary>
            <updated>2025-10-08T05:55:12+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10176</id>
            <title type="text"><![CDATA[WakeMyPotato]]></title>
            <link rel="alternate" href="https://github.com/pablogila/WakeMyPotato" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10176"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Restart a Linux server made of a potato laptop after power outages.

WakeMyPotato (WMP) is a simple and last-resort systemd Linux service to keep your old potato laptop alive and running in the event of a power failure.

Related contents:

- [Episode 629: Arch Enemies @ Linux Unplugged](https://linuxunplugged.com/629).]]>
            </summary>
            <updated>2025-09-14T16:20:59+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/577</id>
            <title type="text"><![CDATA[Grafito]]></title>
            <link rel="alternate" href="https://github.com/ralsina/grafito" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/577"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A simple, nice journald web frontend.

Grafito is a simple, self-contained web-based log viewer for journalctl. It provides an intuitive interface to browse and filter system logs directly from your web browser.]]>
            </summary>
            <updated>2025-08-28T17:34:06+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1942</id>
            <title type="text"><![CDATA[AnyAppStart]]></title>
            <link rel="alternate" href="https://github.com/aceberg/AnyAppStart" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1942"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Control panel to Start/Stop/View Logs for apps in Docker, Systemd, VMs or anything else (with user scripts).]]>
            </summary>
            <updated>2025-08-28T21:20:10+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1955</id>
            <title type="text"><![CDATA[LazyJournal]]></title>
            <link rel="alternate" href="https://github.com/Lifailon/lazyjournal" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1955"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[TUI for journalctl, file system logs, as well Docker and Podman containers for quick viewing and filtering with fuzzy find, regex support (like fzf and grep) and coloring the output, written in Go with the gocui library.

Terminal user interface for journalctl, file system logs, as well Docker and Podman containers for quick viewing and filtering with fuzzy find, regex support (like fzf and grep) and coloring the output, written in Go with the awesome-gocui (fork gocui) library.

- [LazyJournal @ DevSecOps :fr:](https://blog.stephane-robert.info/docs/outils/systeme/lazyjournal/).]]>
            </summary>
            <updated>2025-08-28T21:22:06+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7103</id>
            <title type="text"><![CDATA[systemd by example - the systemd playground]]></title>
            <link rel="alternate" href="https://systemd-by-example.com/?cn=ZmxleGlibGVfcmVjcw%3D%3D&amp;refsrc=email" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7103"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[The playground allows you to learn about systemd interactively, right from your browser! Create examples without the danger of breaking your system, and without being distracted by hundreds of unrelated unit files.]]>
            </summary>
            <updated>2025-08-29T11:42:21+00:00</updated>
        </entry>
    </feed>
