1. systemd-manage介绍
systemd-manage 是一个开源的基于systemd服务管理的图形化工具,使用qt图形库进行开发,可以提供服务管理,用户会话,配置文件修改,日志查询,性能分析,进程管理等功能。图形化,简单方便的进行系统和服务的管理。
systemd-manage is a graphical tool based on systemd service manage, developed using the Qt graphics library, providing functions such as service management, user sessions, configuration file modification, log queries, performance analysis, and process management. Simple and convenient to manage systemd services.
github主页地址:
GitHub - prownd/systemd-manage: A graphical manage tool of systemd
2. systemd-manage部署安装
有多种方式安装使用 systemd-manage , 既可以根据系统类型来,选择安装对应的二进制软件包。也可以直接解压tar包进行安装。 另外还可以编译源码,进行手动安装。
2.1 源码编译安装
下面进行源码下载,编译,安装部署和使用
(1) 从github上下载源码
- 下载源码tar包:
https://github.com/prownd/systemd-manage
- 或者git clone下载:
git clone https://github.com/prownd/systemd-manage.git
(2) 编译安装,因为是qt开发的,使用qmake进行编译
qmake-qt5
make
make install
(3) 运行程序
systemd-manage
2.2 使用rpm包安装