runsvdir
Run an entire directory of services. More information: <https://manpages.ubuntu.com/manpages/latest/man8/runsvdir.8.html>.
Install
- All systems
-
curl cmd.cat/runsvdir.sh
- Debian
-
apt-get install runit
- Ubuntu
-
apt-get install runit
- Alpine
-
apk add runit
- 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
- Dockerfile
- dockerfile.run/runsvdir
- Docker
-
docker run cmd.cat/runsvdir runsvdir
powered by Commando
Run an entire directory of services. More information: <https://manpages.ubuntu.com/manpages/latest/man8/runsvdir.8.html>.
-
Start and manage all services in a directory as the current user:
runsvdir path/to/services
-
Start and manage all services in a directory as root:
sudo runsvdir path/to/services
-
Start services in separate sessions:
runsvdir -P path/to/services
© tl;dr; authors and contributors