We've been using services.sh to get service status on systemd boxes without issue. But when we started looking at older initd boxes we realized we're not really getting service status. We want to be able to audit if a service is running. Unless i'm missing it, this really just tells us the various run levels, start mode etc but not the current status.
Is there something I'm missing or an easy way around this?
We can try to script around it on our own, just thought i'd check with the community first.