Control OpenRC - Manage Services | Online Free DevTools by Hexmos
Control services with OpenRC, the service manager. Manage runlevels and service dependencies on Linux systems with ease. Free online tool, no registration required.
openrc
The OpenRC service manager. See also:
rc-status
,rc-update
,rc-service
. More information: https://wiki.gentoo.org/wiki/OpenRC.
- Change to a specific runlevel:
sudo openrc {{runlevel_name}}
- Change to a specific runlevel, but don’t stop any existing services:
sudo openrc {{[-n|--no-stop]}} {{runlevel_name}}