Alpine boot services

From Alpine Linux
Revision as of 16:57, 20 May 2009 by Mhavela (talk | contribs) (rc notes)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Alpine boot services

Alpine has the following tools for configuring a service to start at boot:

  • rc_add
  • rc_delete
  • rc_status

Adding a service to start at next boot

usage: rc_add [-hv] [-s number] script
 -h  Show help and exit.
 -k  Also add a corresponding kill link for shutdown/reboot.
 -s  Set two-digit start number (00-99). Default is 50.
 -S  Add service as a system init service (rcS.d).
 -v  Turn on verbose output.

Removing a service from starting at next boot

usage: rc_delete [-hv] [-l level] script...
 -h  Show help and exit.
 -l  Only remove from specified level. Default is all levels.
 -v  Turn on verbose output.

Show status on what services will start at next boot

usage: rc_status [-hv] [-l level] [script]
 -h  Show help and exit.
 -l  Show only specified level.
 -v  Turn on verbose output.