Quickstart

update-rc.d Plugin

javimosch Updated

File contents

update-rc.d Plugin

CLI tool: update-rc.d.

Commands

  • update-rc.d <resource> <action> — Execute update-rc.d commands
  • update-rc.d self version — Print update-rc.d version
  • update-rc.d _ _ — Passthrough to update-rc.d CLI

Usage Examples

  • "update-rc.d --help"
  • "update-rc.d self version"

Installation

apt-get install update-rc.d 2>/dev/null || which update-rc.d

Key Features

  • CLI-based tool
  • Scriptable and automatable
  • Pipeline-ready output
  • system based

javimosch/supercli/tree/main/plugins/update-rc.d/skills/quickstart commit 78e30d65cb

Frequently asked questions

npx skillmds@latest add javimosch/quickstart-2454