runsv

Start and manage a runit service. More information: <https://manpages.ubuntu.com/manpages/latest/man8/runsv.8.html>.

Install

All systems
curl cmd.cat/runsv.sh
Debian Debian
apt-get install runit
Ubuntu
apt-get install runit
Alpine
apk add runit
image/svg+xml Kali Linux
apt-get install runit
Windows (WSL2)
sudo apt-get update sudo apt-get install runit
OS X
brew install runit
Raspbian
apt-get install runit
Docker
docker run cmd.cat/runsv runsv powered by Commando

Start and manage a runit service. More information: <https://manpages.ubuntu.com/manpages/latest/man8/runsv.8.html>.

  • Start a runit service as the current user:
    runsv path/to/service
  • Start a runit service as root:
    sudo runsv path/to/service

© tl;dr; authors and contributors