rcservice
rc-service is a command-line utility that is part of the OpenRC init system, used to control individual services on machines running OpenRC. OpenRC is a dependency-based init framework designed to provide parallel startup while maintaining portability across Linux and other Unix-like systems. rc-service provides the primary user-facing interface for managing services described by /etc/init.d scripts and coordinated by OpenRC's runlevel and dependency logic.
Usage is simple: rc-service takes a service name and a command, typically starting with start, stop, restart,
rc-service works together with rc-update to control when services are started at boot. Services are assigned
Historically, rc-service is associated with Gentoo’s OpenRC but is used by other OpenRC-based systems, including Alpine