rc-update Command Examples

Add and remove OpenRC services to and from runlevels. See also openrc. More information: https://manned.org/rc-update.

rc-update show

sudo rc-update add {{service_name}} {{runlevel}}

sudo rc-update delete {{service_name}} {{runlevel}}

sudo rc-update --all delete {{service_name}}