HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

runsvdir — Run an entire directory of services. More information: <https://manned.org/runsvdir>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
directoryrunsvdircommandrunservicesclimoreentire

Problem

How to use the runsvdir command: Run an entire directory of services. More information: <https://manned.org/runsvdir>.

Solution

runsvdir — Run an entire directory of services. More information: <https://manned.org/runsvdir>.

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}}

Code Snippets

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}}

Context

tldr-pages: common/runsvdir

Revisions (0)

No revisions yet.