Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hahnavi/ketip
- Owner: hahnavi
- License: gpl-3.0
- Created: 2021-08-15T08:08:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-04T15:00:02.000Z (over 3 years ago)
- Last Synced: 2023-11-02T08:44:35.908Z (about 1 year ago)
- Topics: d-bus, gtk, gtk3, meson, systemd, vala
- Language: Vala
- Homepage:
- Size: 184 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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
ninjaTo install, use `ninja install`
sudo ninja install
To uninstall, use `ninja uninstall`
sudo ninja uninstall