mirror of https://github.com/CrimsonTome/tldr.git
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}}