Skip to content

plrigaux/sysd-manager

Repository files navigation

SysD Manager

This application exists to easily allow user to manage their systemd units via a GUI. Not only are you able to make changes to the enablement and running status of each of the units, but you will also be able to view and modify their unit files and check the journal logs.

Disclaimer

This application is not intended to professional system administrator audience. It has the purpose to expose unit management functionalities to less experienced users.

If you consider yourself an administrator, please refer to systemctl and journalctl documentation.

Love SysD Manager?

Please consider donating to sustain our activities

Features

Here are SysD Manager main features:

  • Unit file browser with search and filtering
  • Enable or disable a unit
  • Activate or deactivate a unit
  • View and modify unit file
  • View and navigate unit's dependencies
  • Unit file syntax highlighting
  • Journal file syntax highlighting
  • List of all running units, ordered by the time they took to initialize systemd-analyze blame
  • Follow Dark and Light style switching
  • Select a unit at program opening by passing a unit name as cli argument (see --help)

Upcoming features

Here are features that may come one day:

  • clean unit like systemctl clean
  • multi languages
  • ...

Note if you need a feature communicate with the author or contribute to the project. If you're stuck take a look at systemctl.

Changelogs

All notable changes to this project are documented in CHANGELOG.

Requirement

Any Linux distribution that has adopted systemd.

Screenshots

Unit Info

Unit Info

Unit Dependencies

Unit Files

Unit Journal

Credit

This project is inspired by the work of Guillaume Gomez https://github.com/GuillaumeGomez/systemd-manager/

Contributing

Contact me on my GitHub if you want to contribute to this project.

Project Roadmap

For now new features are planned to be added, such as:

  • Non-blocking calls (in progress)
  • Always administrator mode
  • Improve UX (continuously)

Installation Instructions

From your computer

  • Download and install rust https://www.rust-lang.org/tools/install
  • Install the build essentials
    • Install GTK 4 and the build essentials. how-to
    • Install libadwaita how-to
    • Install systemd development library libsystemd-dev
  • Compile and install cargo install sysd-manager
  • Run sysd-manager and VOILA!

Arch

A Arch package has been made for SysD Manager. It can be found at https://aur.archlinux.org/packages/sysd-manager

yay -S sysd-manager

Flathub

SysD Manager has a Flathub version. Search it on Gnome software or directly at https://flathub.org/apps/io.github.plrigaux.sysd-manager

APT

Later waiting for a contributor or when I will reinstall a Debian like distro

Testing

If you want to test SysD Manager without risking to shutdown important services, you can do it with tiny_daemon. tiny_daemon is a service provided with the project as a simple web server that you can safely play with.

To install tiny_daemon, in the project directory, just run this python script.

cd packaging
python install_tiny 

License: GPL v3

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages