rcctl-stat is a tiny, cute script by Dante Catalfamo, bringing OpenBSD users the ability to show the state(s) of all services, in one-go. I prefer the coloured version.
root@~ > wget -O rcctl-stat.sh https://raw.githubusercontent.com/dantecatalfamo/rcctl-stat/color/rcctl-stat root@~ > chmod +x rcctl-stat.sh root@~ > ./rcctl-stat.sh
– [ ] 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)