Software for managing systemd through user interface. The application is built upon PyGObject (Gtk 3.0).
[INFO] Currently supports only python package, rpm build is planned.
-
Clone the repository and change directory to the downloaded project.
-
Prepare python virtual environment:
$ python -m venv <virtual-environment-name>
$ source venv/bin/activate
- Install requirements:
$ pip install -r requirements.txt
- Run build:
$ python -m build
Install project from the built distribution tar gzip:
$ pip install dist/<file-name>.tar.gz
[WARNING] Make sure to exit from the virtual environment for package to be installed in the global site-packages.
To run CLI version of the application:
$ systemd-cli
To run GUI version of the application (you can create desktop file refering to this command as the execution command):
$ systemd-gui