From 8c7ea4e9e8da500877a514402bbe90aababda2d6 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Sun, 19 Oct 2014 19:36:57 -0500 Subject: runscript.sh: add chroot support This adds support for a chroot variable which will be passed to the start-stop-daemon --chroot switch to runscript.sh when starting a daemon. This also needs to be saved so it can be used in locating the pid file when stopping the daemon. X-Gentoo-Bug: 524388 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=524388 --- man/openrc-run.8 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'man') diff --git a/man/openrc-run.8 b/man/openrc-run.8 index c8bf24d4..3308f244 100644 --- a/man/openrc-run.8 +++ b/man/openrc-run.8 @@ -120,6 +120,9 @@ Set this to "true", "yes" or "1" (case-insensitive) to force the daemon into the background. This implies the "--make-pidfile" and "--pidfile" option of .Xr start-stop-daemon 8 so the pidfile variable must be set. +.It Ar chroot +.Xr start-stop-daemon 8 +will chroot into this path before writing the pid file or starting the daemon. .It Ar pidfile Pidfile to use for the above defined command. .It Ar name -- cgit v1.2.3