Forrest logo
back to context overview

sv

List of commands for sv:

  • sv:tldr:328ea sv: Stop a service.
    $ sudo sv down ${path-to-service}
    try on your machine
    explain this command
  • sv:tldr:44eec sv: Start a service.
    $ sudo sv up ${path-to-service}
    try on your machine
    explain this command
  • sv:tldr:69db7 sv: Get service status.
    $ sudo sv status ${path-to-service}
    try on your machine
    explain this command
  • sv:tldr:bb997 sv: Reload a service.
    $ sudo sv reload ${path-to-service}
    try on your machine
    explain this command
  • sv:tldr:c1a53 sv: Start a service, but only if it's not running and don't restart it if it stops.
    $ sudo sv once ${path-to-service}
    try on your machine
    explain this command
back to context overview