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.

  • MentalEdge@sopuli.xyz
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    1 month ago

    Oooh this will be perfect for a bunch of stuff I do.

    Can you create new services or do you still need to create the .service file manually?

    What about .timer files?

    • mfat@lemmy.mlOP
      link
      fedilink
      arrow-up
      0
      ·
      1 month ago

      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.

      • OADINC@feddit.nl
        link
        fedilink
        arrow-up
        0
        ·
        1 month ago

        Even if the new service is “just” a text field for code + the name of the service. If it saves it in the right location for you its useful. Not having to fiddle with that stuff as an end user is nice.

          • OADINC@feddit.nl
            link
            fedilink
            arrow-up
            0
            ·
            3 days ago

            I tried it yesterday and it looks great. And I have three pieces of feedback:

            1. Ctrl + F doesn’t always bring up the search.
            2. I’m not seeing my custom services (one I made with and one without this tool)
            3. When making a service it would be nice to have a tool tip explaining what every line does. Though I can understand (and there is an argument for) not including this as this can simply be out of scope. (4. Please try to have it added to the fedora RPM so it can get auto updated :) )