
rc-update
List of commands for rc-update:
-
rc-update:tldr:10dfe rc-update: Add a service to a runlevel.$ sudo rc-update add ${service_name} ${runlevel}try on your machineexplain this command
-
rc-update:tldr:6bfa5 rc-update: List all services and the runlevels they are added to.$ rc-update showtry on your machineexplain this command
-
rc-update:tldr:74665 rc-update: Delete a service from all runlevels.$ sudo rc-update --all delete ${service_name}try on your machineexplain this command
-
rc-update:tldr:d530f rc-update: Delete a service from a runlevel.$ sudo rc-update delete ${service_name} ${runlevel}try on your machineexplain this command