Systemd manager tui
A program for managing systemd services through a TUI (Terminal User Interfaces).
This tool allows you to manage systemd services with ease. You can view logs, list services, view properties, and control their lifecycle—start, stop, restart, enable, and disable—using the D-Bus API.
Additionally, it is possible to navigate between system and session units, choose to list either all units or only those of type 'service', and directly edit the selected unit's file.
Screenshots
View more screenshots
Usage
Build binary
cargo build --release
Run binary (use sudo if you intend to perform actions on system services)
./target/release/systemd-manager-tui
Architecture
See the architecture here.
Request New Features or Properties
There are many possible actions and pieces of information that can be retrieved, so I’ve implemented the ones I found most relevant. If you’d like more to be added, feel free to open an issue with your request! You can check all available methods and properties on D-Bus here.
Main libraries
- ratatui - 0.29.0
- zbus - 5.5.0
Future Improvements
- Edit unit file
Weekly Updates
This project is actively maintained and updated every weekend.
Contributing
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.
📝 License
This project is open-source under the MIT License.