Systemd-manager-TUI: A TUI application for managing systemd services
Systemd-manager-TUI is a terminal-based user interface tool designed for managing systemd services on Linux systems. It provides functionality to control service lifecycles, view logs, edit unit files, and navigate system and user units with Vim-like keybindings. The application is available for various Linux distributions and can be installed via package managers or binary releases.
- ▪Systemd-manager-TUI uses the D-Bus API to interact with systemd services.
- ▪It supports viewing logs, editing unit files, and managing service states such as start, stop, enable, and mask.
- ▪Users can navigate between system and user units and filter services by running state.
- ▪The tool is installable on Ubuntu, Fedora, Arch Linux, NixOS, and via Cargo or standalone binaries.
- ▪It is built using the ratatui and zbus libraries and is licensed under the MIT License.
Opening excerpt (first ~120 words) tap to expand
Systemd manager tui A TUI application for managing systemd services. This tool allows you to manage systemd services with ease. You can view logs, list services, view properties, edit unit files, and control their lifecycle: start, stop, restart, mask, unmask, enable, and disable using the D-Bus API. It also supports Vim-like navigation. It is possible to navigate between system and user units and choose to list only running services or all units. Quick Preview View screenshots Install After installation, you can create an alias to make it easier to use.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at Hacker News: Front Page.