The s6-rc-set-delete program
s6-rc-set-delete deletes a whole set from a repository.
Interface
s6-rc-set-delete [ -v verbosity ] [ -r repo ] setname...
- For every argument in setname..., s6-rc-set-delete deletes that set from the repository.
- It exits 0.
Options
- -v verbosity, --verbosity=verbosity
- Be more or less verbose. The default is 1, which means that error messages and warnings will be written to stderr. 0 means that only error messages will be written, and 2 or more adds informational messages.
- -r repo, --repository=repo
- Use the repository in repo, which must exist. Default is /var/lib/s6-rc/repository.
Exit codes
- 0
- Success.
- 100
- Incorrect usage.
- 111
- System call failed.
Notes
- An error in one of the arguments (e.g. if the user specifies a non-existent set) will prevent processing the rest of the command line. The user should double-check the set names in case of multiple deletions.
