Warning, /system/systemdgenie/README.md is written in an unsupported language. File is not indexed.

0001 SystemdGenie
0002 ============
0003 
0004 SystemdGenie is a systemd management utility based on KDE technologies. 
0005 It provides a graphical frontend for the systemd daemon, which allows for
0006 viewing and controlling systemd units, logind sessions as well as easy 
0007 modification of configuration and unit files.
0008 
0009 
0010 Installation
0011 ------------
0012     mkdir build  
0013     cd build  
0014     cmake -DCMAKE_INSTALL_PREFIX=\`kf5-config --prefix\` ..  
0015     make  
0016     make install  
0017 
0018 
0019 Dependencies
0020 ------------
0021 *   Qt >= 5.15.2
0022 *   KF5Auth >= 5.95.0
0023 *   KF5CoreAddons >= 5.95.0
0024 *   KF5Crash >= 5.95.0
0025 *   KF5I18n >= 5.95.0
0026 *   Systemd >= 209
0027 
0028 
0029 Execution
0030 ---------
0031 SystemdGenie can be accessed through the application menu or by issuing
0032 the command `systemdgenie` from a terminal.
0033 
0034 
0035 Developed by:
0036 * Ragnar Thomsen <rthomsen6@gmail.com>
0037 
0038 
0039 Source packages can be downloaded at:
0040 http://download.kde.org/stable/systemdgenie/
0041 
0042 Please report bugs and feature requests at:
0043 https://bugs.kde.org/
0044 
0045 Git repository can be found at:
0046 http://cgit.kde.org/systemdgenie.git