From c96a0157424f8f7829a1c1b2f4f365f436159636 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Sun, 11 Oct 2009 13:22:46 -0500 Subject: fix wait time for gentoo bug 288495 The wait time was in seconds. This patch converts it to milliseconds. --- man/start-stop-daemon.8 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'man') diff --git a/man/start-stop-daemon.8 b/man/start-stop-daemon.8 index 0175584..be51152 100644 --- a/man/start-stop-daemon.8 +++ b/man/start-stop-daemon.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd September 4, 2009 +.Dd October 14, 2009 .Dt START-STOP-DAEMON 8 SMM .Os OpenRC .Sh NAME @@ -144,9 +144,9 @@ Redirect the standard output of the process to logfile when started with Must be an absolute pathname, but relative to the path optionally given with .Fl r , -chroot . The logfile can also be a named pipe. -.It Fl w , -wait Ar seconds +.It Fl w , -wait Ar milliseconds Wait -.Ar seconds +.Ar milliseconds after starting and check that daemon is still running. Useful for daemons that check configuration after forking or stopping race conditions where the pidfile is written out after forking. -- cgit v1.2.3