LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

openrc

service manager for OpenRC-based systems, providing an alternative to systemd

TLDR

Change to a specific runlevel
$ sudo openrc [runlevel_name]
copy
Change to a runlevel, but don't stop any existing services
$ sudo openrc -n [runlevel_name]
copy

SYNOPSIS

openrc [options] [runlevel]

DESCRIPTION

openrc is the service manager for OpenRC-based systems, providing an alternative to systemd for managing system services and runlevels. It's the default init system on Gentoo, Alpine Linux, and other distributions.OpenRC uses the concept of runlevels (similar to SysV init) to group services that should run together. Common runlevels include default (normal operation), boot (essential services), single (single-user mode), and shutdown.Services are managed through scripts in /etc/init.d/ and configured using rc-update to add or remove them from runlevels.

PARAMETERS

-n, --no-stop

Don't stop any services when changing runlevels
-o, --override
Override the next runlevel to go to when leaving single user
-s, --service
Run the service specified with the rest of the arguments
-S, --sys
Run the service as if in /etc/init.d

INSTALL

sudo apt install openrc
copy
sudo apk add openrc
copy

CAVEATS

Runlevel changes may stop services in the current runlevel that aren't in the target. Use -n to preserve running services. OpenRC is not compatible with systemd; distributions use one or the other.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid