1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 17:42:07 +02:00
tldr/pages/common/runit.md
2024-10-12 10:02:00 +02:00

12 lines
190 B
Markdown

# runit
> 3-stage init system.
> More information: <https://smarden.org/runit/runit.8.html>.
- Start runit's 3-stage init scheme:
`runit`
- Shut down runit:
`kill --CONT {{runit_pid}}`