mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-10-31 00:17:56 +01: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}}