Replies: 1 comment 1 reply
|
It's possible of course. systemd unit files support literally hundreds of options, so any UI can only support a small subset. Starting a |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
As I know, Cockpit is a web-based graphical interface intended for everyone, including those who are new to linux. In my opinion, some improvements can be applied to make Cockpit better.
One improvement I want to suggest is a service creator in the "Services" tab. Usually when we want to create a new service, we need to write a service file manually and put it into /lib/systemd/system, which can only be done in terminal.
However, this is unconvenient and unfriendly for new linux users.
So if you can add a "create" button in Services tab, and make service creation process automated, that may be a big advancement, I think.
Like this:


(taken from https://mysystemd.talos.sh)
Would that be possible?
All reactions