GTK3-based Systemd Service Manager in Rust

I've written a sytemd service manager in Rust with the GTK Rust API that's available here on GitHub. The application will allow Linux desktop users to enable, disable, start and stop services, as well as check journal logs for each unit, viewing and modifying each unit file and displaying statistics generated by systemd-analyze blame which displays statistics for system service times during system startup.

Unit Files Screenshot

Screenshot

Unit Journal Screenshot

Screenshot

Systemd Analyze Screenshot

Screenshot

2 Likes