mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
236 B
236 B
runsv
Start and manage a runit service. More information: https://manned.org/runsv.
- Start a runit service as the current user:
runsv {{path/to/service}}
- Start a runit service as root:
sudo runsv {{path/to/service}}