System Grab Bag

View all TLDR pages from common (or from all pages)

runsvdir

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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.