mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 11:29:59 +03:00
188 B
188 B
runsv
Start and manage a runit service.
- Start a runit service as the current user:
runsv {{path/to/service}}
- Start a runit service as root:
sudo runsv {{path/to/service}}