Files
tldr/pages/common/runsv.md
2024-10-08 07:01:20 +02:00

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