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
- Host: GitHub
- URL: https://github.com/dantecatalfamo/rcctl-stat
- Owner: dantecatalfamo
- License: bsd-2-clause
- Created: 2018-10-31T03:03:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-06T20:10:08.000Z (over 5 years ago)
- Last Synced: 2025-10-10T19:38:52.555Z (5 months ago)
- Topics: openbsd, rcctl
- Language: Shell
- Homepage:
- Size: 352 KB
- Stars: 5
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)

.