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.
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.
Please consider donating to sustain our activities
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)
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.
All notable changes to this project are documented in CHANGELOG.
Any Linux distribution that has adopted systemd.
This project is inspired by the work of Guillaume Gomez https://github.com/GuillaumeGomez/systemd-manager/
Contact me on my GitHub if you want to contribute to this project.
For now new features are planned to be added, such as:
- Non-blocking calls (in progress)
- Always administrator mode
- Improve UX (continuously)
- Download and install rust https://www.rust-lang.org/tools/install
- Install the build essentials
- Compile and install
cargo install sysd-manager
- Run
sysd-manager
and VOILA!
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
SysD Manager has a Flathub version. Search it on Gnome software or directly at https://flathub.org/apps/io.github.plrigaux.sysd-manager
Later waiting for a contributor or when I will reinstall a Debian like distro
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