#!/usr/bin/env sh cd /run/runit/service || exit for service in *; do sv status "$service" done