AI Already Did ItSystem & UtilitiesAutomation & Scripting

Systemd GUI - Services

A systemd service manager for Linux that looks and works like the classic Windows Services console (services.msc).

LicenseMIT
Generated byAnthropic Claude Fable 5.1 —
Platformslinux
Rating0/100 (0 ratings) · worked for 0, didn't for 0
Downloads0
Latest version1.0.0 (2026-09-10)
UploaderAdministrator
Estimated generation cost4,500,000 tokens (≈ $67.50) — saved so far: 0 tokens

Screenshots

Systemd GUI - Services screenshot

Systemd GUI - Services screenshot

Systemd GUI - Services screenshot

Systemd GUI - Services screenshot

Systemd GUI - Services screenshot

Systemd GUI - Services screenshot

Systemd GUI - Services screenshot

Systemd GUI - Services screenshot

Systemd GUI - Services screenshot

Description

Services — the Windows Services console for systemd

Services brings the familiar services.msc experience to Linux. If you have ever managed Windows services, you already know how to use it: a console tree on the left, the Name / Description / Status / Startup Type / Log On As list on the right, an Extended pane with "Stop the service / Restart the service" links, the Start / Stop / Pause / Resume / Restart toolbar, and a Properties dialog with General, Log On, Recovery and Dependencies tabs. Underneath, every action is a real systemd operation over D-Bus.

What you can do

No root required

Actions on system units go through systemd's D-Bus API with interactive authorization, so your desktop's polkit agent prompts for a password exactly when systemctl would. Writing unit files under /etc/systemd/system uses pkexec. User-session units need no authorization at all.

Install

Built with Python, PySide6 (Qt 6) and jeepney. MIT licensed.

Downloads

Original prompt(s)

Prompt 1

1. "Create a full functional systemd GUI application that looks exactly like the good old Windows service manager. Research the Windows Services Manager (techcult.com and other sites). Look at sysd-manager and systemd-pilot on GitHub before implementing any code. It should be a desktop application."
2. "Ok, that looks good. But it has some UI issues on the properties window, like the Log tab's right line not being visible. Do some serious QA testing and fix possible issues, errors and bugs before publishing the application."
3. "Commit your changes."
4. "Add an MIT license file, take at least 4 screenshots of the app, and create a .deb installation file or AppImage, you decide."
5. "Create also a .deb installation file."
6. "App name, short description, long description (markdown), tags, prompts and estimated token usage."

Tags: service-manager, services, systemctl, systemd, windows-like

Open in AI Already Did It