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

https://github.com/dantecatalfamo/rcctl-stat

See which services are enabled in OpenBSD
https://github.com/dantecatalfamo/rcctl-stat

openbsd rcctl

Last synced: 17 days ago
JSON representation

See which services are enabled in OpenBSD

Awesome Lists containing this project

README

          

# rcctl-stat
Provides a slightly more visually appealing way to check which services are running and/or enabled in OpenBSD.

For colored output, see the [color](https://github.com/dantecatalfamo/rcctl-stat/tree/color) branch.

- `[ ] service` means the service is not enabled and not running
- `[-] service` means the service is enabled but not running
- `[+] service` means the service is enabled and running
- `[D] service` means the service is enabled but has failed (degraded/down)
- `[F] service` means the service is not enabled and running (forced)

![screenshot](screenshot.png)
.