Skip to content

KDE/systemdgenie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SystemdGenie

SystemdGenie is a systemd management utility based on KDE technologies. It provides a graphical frontend for the systemd daemon, which allows for viewing and controlling systemd units, logind sessions as well as easy modification of configuration and unit files.

Installation

mkdir build  
cd build  
cmake -DCMAKE_INSTALL_PREFIX=\`kf5-config --prefix\` ..  
make  
make install  

Dependencies

  • Qt >= 5.15.2
  • KF5Auth >= 5.95.0
  • KF5CoreAddons >= 5.95.0
  • KF5Crash >= 5.95.0
  • KF5I18n >= 5.95.0
  • Systemd >= 209

Execution

SystemdGenie can be accessed through the application menu or by issuing the command systemdgenie from a terminal.

Developed by:

Source packages can be downloaded at: http://download.kde.org/stable/systemdgenie/

Please report bugs and feature requests at: https://bugs.kde.org/

Git repository can be found at: http://cgit.kde.org/systemdgenie.git