HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

runit — 3-stage init system. More information: <https://smarden.org/runit/runit.8>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandrunitinitcliinformationstagemoresystem

Problem

How to use the runit command: 3-stage init system. More information: <https://smarden.org/runit/runit.8>.

Solution

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}}

Code Snippets

Start runit's 3-stage init scheme

runit

Shut down runit

kill --CONT {{runit_pid}}

Context

tldr-pages: common/runit

Revisions (0)

No revisions yet.