If I run rc-status without parameters I get a list of runlevels and services: $ rc-status Runlevel: default local [ started ] Dynamic Runlevel: hotplugged Dynamic Runlevel: needed/wanted xdm-setup [ started ] Dynamic Runlevel: manual openconnect [ crashed ] I can also print the following runlevels by themselves: sysinit default nonetwork shutdown boot But the 'manual' runlevel as shown in rc-status output is absent. This makes it a bit tricky to find all manually started services ... it would be nice to have the 'manual' runlevel be visible like all others.
How do you feel about a switch to add to rc-status that will show you only the dynamically started services, meaning the ones you started manually and the ones that are needed/wanted but not in any runlevel? I'm thinking something like: rc-status -d
https://github.com/openrc/openrc/commit/695be59 Instead of -d I used -m/--manual for this option. This will be in OpenRC-0.22.