Forrest logo
back to context overview

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 machine
    explain this command
  • rc-update:tldr:6bfa5 rc-update: List all services and the runlevels they are added to.
    $ rc-update show
    try on your machine
    explain this command
  • rc-update:tldr:74665 rc-update: Delete a service from all runlevels.
    $ sudo rc-update --all delete ${service_name}
    try on your machine
    explain this command
  • rc-update:tldr:d530f rc-update: Delete a service from a runlevel.
    $ sudo rc-update delete ${service_name} ${runlevel}
    try on your machine
    explain this command
back to context overview