211 B
211 B
sv
Control a running runsv service.
- 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}}