diff options
author | Roy Marples <roy@marples.name> | 2008-09-26 23:58:57 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-09-26 23:58:57 +0000 |
commit | c3e192a8348fd4731ed9806ab046f5d2e1201625 (patch) | |
tree | d1512ee84f9757d598f5323dc8bed1a370a4ddcf /man/start-stop-daemon.8 | |
parent | 13d88731b78cef5bb8b88faa9d3e16068f37598f (diff) |
Stop ssd from waiting by default - most daemons are good now.
Diffstat (limited to 'man/start-stop-daemon.8')
-rw-r--r-- | man/start-stop-daemon.8 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/man/start-stop-daemon.8 b/man/start-stop-daemon.8 index 3894f03a..c92dc2f6 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 22, 2008 +.Dd September 27, 2008 .Dt START-STOP-DAEMON 8 SMM .Os OpenRC .Sh NAME @@ -155,6 +155,12 @@ assumed. .Va SSD_NICELEVEL can also set the scheduling priority of the daemon, but the command line option takes precedence. +.Pp +.Va SSD_STARTWAIT +overrides the number of milliseconds set in +.Pa /etc/rc.conf +.Nm +waits for to check the daemon is still running. .Sh NOTE .Nm uses |