-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

rc-update


> Add and remove OpenRC services to and from runlevels.

> See also `openrc`.

More information.


List all services and the runlevels they are added to:

rc-update show

Add a service to a runlevel:

sudo rc-update add {service_name} {runlevel}

Delete a service from a runlevel:

sudo rc-update delete {service_name} {runlevel}

Delete a service from all runlevels:

sudo rc-update --all delete {service_name}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 01:34:50 2024