Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kde/systemdgenie
Systemd managment utility
https://github.com/kde/systemdgenie
Last synced: 3 days ago
JSON representation
Systemd managment utility
- Host: GitHub
- URL: https://github.com/kde/systemdgenie
- Owner: KDE
- License: gpl-2.0
- Created: 2016-12-17T19:05:35.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T01:25:39.000Z (17 days ago)
- Last Synced: 2024-10-28T05:24:49.534Z (17 days ago)
- Language: C++
- Homepage: https://invent.kde.org/system/systemdgenie
- Size: 546 KB
- Stars: 66
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS
- License: COPYING
Awesome Lists containing this project
README
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 installDependencies
------------
* Qt >= 5.15.2
* KF5Auth >= 5.95.0
* KF5CoreAddons >= 5.95.0
* KF5Crash >= 5.95.0
* KF5I18n >= 5.95.0
* Systemd >= 209Execution
---------
SystemdGenie can be accessed through the application menu or by issuing
the command `systemdgenie` from a terminal.Developed by:
* Ragnar ThomsenSource 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