Back to News
Advertisement
Advertisement

⚡ Community Insights

Discussion Sentiment

50% Positive

Analyzed from 200 words in the discussion.

Trending Topics

#systemd#tool#months#issues#point#systemctl#tui#looks#mature#project

Discussion (11 Comments)Read Original on HackerNews

jbvlktabout 1 hour ago
I use systemctl-tui for this. It looks more mature sw than this project.

https://github.com/rgwood/systemctl-tui

zx80806 minutes ago
It seems like services.msc for systemd.
dmdabout 2 hours ago
quantummagicabout 3 hours ago
I'd welcome such a tool, but it makes me nervous that it hasn't had any activity at all in three months. Was this just a single-shot effort, and move on?
RevaFloyd4 minutes ago
But all their issues are being tracked tho? The author looks like put it on roadmap
pamcakeabout 2 hours ago
Three months for a utility tool like this is nothing to panic in comments about.
drcongo33 minutes ago
I actually use this tool and it's pretty great, certainly for my needs anyway.
alfanickabout 2 hours ago
It's fine to mature projects if they're good enough according to author's point of view. No point of fixing something that's not broken. No point of adding features that no one needs.
quantummagicabout 2 hours ago
That goes without saying. But there are a few bug reports and issues that have gone without a response for months. It seems abandoned, rather than finished to perfection. Not to mention that systemd is a moving target, with new features released quite often.
thunderbongabout 2 hours ago
I had a look at the issues. I see comments added to each one of them. Some of them are already on the roadmap.
Pay0821 minutes ago
I tried making a similar project using Qt that would support a host of different init systems, but I unfortunately found that due to the available APIs and differing architectures of the different init systems, a consistent UI was really difficult. Systemd in particular didn't have a dbus API for logs.