Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hahnavi/ketip

Ketip is a systemd Service Manager with GUI
https://github.com/hahnavi/ketip

d-bus gtk gtk3 meson systemd vala

Last synced: 18 days ago
JSON representation

Ketip is a systemd Service Manager with GUI

Awesome Lists containing this project

README

        

# Ketip

Ketip is a systemd Service Manager.

![screenshot](data/screenshot.png?raw=true)

## 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