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.
I will not give up my command line, obscure, non-obvious commands that control my machine!
It is an abomination that I don't have to search for, and then wade through hundreds of AI generated pages of useless information just to show me what services are running with systemd!
I am seriously considering starting my own startup system. I am thinking I could initiate (init) runlevels to start subsystems at various stages. If anyone is interested, hit me up.
Maybe you can script everything, with convoluted interconnections that are impossible to troubleshoot. Now that would be the way to control all the systems behind impenetrable obfuscation and keep those dratted normies from understanding anything.
wade through hundreds of AI generated pages of useless information
I personally find the best use of AI is to read those pages of useless information and summarise what I actually want to know.
Google: " hugo, show total number of posts not including pages " = advertising, a billion pages of partially but not entirely relevant information that takes ages to wade through.
Gemini: same question: Clear explanation and working examples in seconds.
They're both google, but one knows what I'm actually trying to say and doesn't (yet) push advertising at me.
Nice, thanks!
So weird these tools are not commonly used - managing systemd remains one of the common terminal PITAs for everyone who doesn't appreciate the Great Holy Terminal
If you're a power-user looking at this, you can also look at https://github.com/rgwood/systemctl-tui which is somewhat similar but seems to be more useful (for now), also showing the service logs and being easily navigable with a keyboard.
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
I would absolutely use it. In fact creating and editing services would be the primary selling point IMO. It doesn't need to be much "easier" than doing it in the terminal or file explorer, to me the primary benefit would just be the ease of use of creating, loading, and starting a new service all in one place.
I think a generic template would be great.
You could turn the whole thing into a giant GUI settings screen, allowing navigation to an exectuable, after which you could provide some of the most typical options as sliders, number fields, switches, or whatever is suitable. But that would be a large amount of work, and I'm not sure it would simplify things much.
The starting point should just be a text field, but with a link to the service file docs for help/reference.
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.
Just having something that shows the field options and formats it correctly would be fantastic. Tooltips and all that could be added later to lower the bar of entry for new users.
I am running a headless server, but still want to make managing my systemd services easier. Any recommendations? I think I'm looking for something that is to systemd what htop is to topđ€
I know you asked for cli apps, and maybe you have already heard of it, but in case you haven't, cockpit is a pretty nice web UI for managing your server (not just systemd services, but everything)
This is good. We need more GUI tools to keep the noobs out of the terminal. Not only because that gives a better impression, but it also protects them from doing a command wrong and really hurting something.