Skip Navigation
github.com GitHub - mfat/systemd-pilot: Desktop application for managing systemd services

Desktop application for managing systemd services. Contribute to mfat/systemd-pilot development by creating an account on GitHub.

A few days ago I made a post about systemd Pilot, a GTK app for managing systemd services.

Today a new version has been released based on feedback I got here and on reddit.

The app now supports quick creation of systemd services using a template and monitoring journalctl logs for any service.

Please test the latest release and share your thoughts.

4
Jump
Introducing SystemD Pilot, GUI app for managing systemd services
  • I've been thinking about a "create new service" feature but I'm not sure about two things: 1.how useful it can be 2.how to implement this to actually make life easier for end users

    Adding a generic template would not be difficult.

    13
  • github.com GitHub - mfat/systemd-pilot: Desktop application for managing Systemd services

    Desktop application for managing Systemd services. Contribute to mfat/systemd-pilot development by creating an account on GitHub.

    !

    SystemD Pilot is a desktop application for managing systemd services on GNU/linux machines. The app is very lightweight and supports common tasks such as starting and stopping systemd services.

    It can also show detailed status for each service.

    Features: List services

    Filter by running state

    Start, Stop, Restart, Enable and Disable services + show status for each service

    Create override configuration for any unit file using the edit button

    Option for reloading systemd manager configuration (systemctl daemon-reload)

    Easy search. Just start typing and the app will find relevant services

    Lightweight

    Available for download as deb, rpm and AppImage

    Integration into GNOME desktop (libadwaita)

    Made with love for the FOSS community. Please give it a try and share your thoughts.

    64
    https:// github.com /mfat/ports-info

    PortsInfo is a simple desktop app that shows a list of active network ports on your linux systems.

    In other words, it shows you which servers are running on your computer.

    It's a graphical equivalent of running netstat -plunt in a terminal.

    The app supports quick search with CTRL+F shortcut.

    Hopefully this will be useful to newbies and system administrators.

    !

    6
    github.com GitHub - mfat/bootselector: Set default entry in GRUB

    Set default entry in GRUB. Contribute to mfat/bootselector development by creating an account on GitHub.

    BootSelector is a tiny GUI utility for setting any grub menu entry as default.

    It also allows you to reboot into any OS/kernel in your grub menu.

    The initial version has been tested on the latest Ubuntu 24.10 and should work on other Debian-based distributions as well.

    An RPM for fedora will be released soon after more testing is done.

    17