1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 21:35:24 +02:00
tldr/pages/common/runsv.md

238 B

runsv

Start and manage a runit service. More information: https://manned.org/runsv.8.

  • Start a runit service as the current user:

runsv {{path/to/service}}

  • Start a runit service as root:

sudo runsv {{path/to/service}}