DEV Community

cheonjiyeoung
cheonjiyeoung

Posted on

I made systemctl management app

hi everyone
I'm a beginner developer working with robots, and I found myself constantly debugging systemd services via terminal. After getting frustrated with systemctl commands, I decided to build a simple GUI to make it easier.

The tool has a backend daemon (for sudo privileges) + GUI interface. It's basic but functional - you can start/stop/restart services, view logs, and see service status at a glance.

This is my first time publicly sharing something I built. I'd love feedback from the community on what I could improve!

github:
https://github.com/cheonjiyeoung/service_hub

Top comments (0)