Files
cheatsheet-tldr/tldr/runit
2025-12-21 00:23:35 +00:00

18 lines
278 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# runit
> 3-stage init system.
> More information: <https://smarden.org/runit/runit.8>.
- Start runit's 3-stage init scheme:
`runit`
- Shut down runit:
`kill --CONT {{runit_pid}}`