mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-12 04:54:52 +03:00
196 B
196 B
sv
Control a running runsv service.
- Start a service:
sv up {{path/to/service}}
- Stop a service:
sv down {{path/to/service}}
- Get service status:
sv status {{path/to/service}}