mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 10:35:33 +02:00
293 B
293 B
sv
Control a running runsv service. More information: https://manpages.ubuntu.com/manpages/latest/man8/sv.8.html.
- Start a service:
sudo sv up {{path/to/service}}
- Stop a service:
sudo sv down {{path/to/service}}
- Get service status:
sudo sv status {{path/to/service}}