Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.
/ ketip Public archive

Ketip is a systemd Service Manager with GUI

License

Notifications You must be signed in to change notification settings

hahnavi/ketip

Repository files navigation

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