1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/runit.md

13 lines
189 B
Markdown
Raw Normal View History

2017-12-18 10:47:59 -05:00
# runit
> 3-stage init system.
> More information: <http://smarden.org/runit/runit.8.html>.
2017-12-18 10:47:59 -05:00
2017-12-18 11:02:25 -05:00
- Start runit's 3-stage init scheme:
2017-12-18 10:47:59 -05:00
`runit`
2017-12-18 11:02:25 -05:00
- Shut down runit:
2017-12-18 10:47:59 -05:00
`kill --CONT {{runit_pid}}`