matheus-git/systemd-manager-tui: A TUI application for managing systemd services. · GitHub

War

A TUI application for managing SystemD services.

This tool allows you to manage SystemD services easily. 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 list only running services or all units.

screenshot_list

see screenshot

After installation, you can create a alias To make it easier to use.

sudo dpkg -i ./systemd-manager-tui_x.x.x-x_amd64.deb 

Download the .deb file from the release

sudo dnf install ./systemd-manager-tui_x.x.x-x_x86_64.rpm

Download .rpm file from release

yay -S systemd-manager-tui

https://aur.archlinux.org/packages/systemd-manager-tui

nix run github:matheus-git/systemd-manager-tui

Read NixOS with Flex here

chmod +x systemd-manager-tui
./systemd-manager-tui

download binary from release

cargo install --locked systemd-manager-tui
  • Ratatouille – 0.29.0
  • ZBus – 5.5.0

Contributions welcome! Please open an issue or submit a pull request for an improvement or bug fix.

This project is open-source under the MIT license.



<a href

Leave a Comment