/ketip

Ketip is a systemd Service Manager with GUI

Primary LanguageValaGNU General Public License v3.0GPL-3.0

Ketip

Ketip is a systemd Service Manager.

screenshot

Building and Installation

Run meson to configure the build environment and then ninja to build

meson build --prefix=/usr
cd build
ninja

To install, use ninja install

sudo ninja install

To uninstall, use ninja uninstall

sudo ninja uninstall