Document restart-delay and logfile settings.
authorDavin McCall <davmac@davmac.org>
Thu, 8 Jun 2017 08:10:17 +0000 (09:10 +0100)
committerDavin McCall <davmac@davmac.org>
Thu, 8 Jun 2017 08:10:17 +0000 (09:10 +0100)
README

diff --git a/README b/README
index 2b2c88391465c3c187face9ae3cf7c0ad1cb40d1..e78d2f91237af8efe2cbaefc01bcc66ecc67b1e5 100644 (file)
--- a/README
+++ b/README
@@ -164,6 +164,11 @@ smooth-recovery = yes | true | no | false
    the service does not reach the stopped state when the process terminates
    unexpectedly).
 
+restart-delay = XXX.YYYY
+   Specifies the minimum time in seconds between automatic restarts. The
+   default is 0.2 (i.e. 200ms). This prevents Dinit from consuming processor
+   cycles when a process continuously fails immediately after it starts.
+
 restart-limit-interval = XXX.YYYY
    Specifies the interval, in seconds, over which restarts are limited. If a
    process automatically restarts more than a certain number of times (default
@@ -269,6 +274,10 @@ options = ( runs-on-console | nosigterm | starts-rwfs | starts-log ) ...
               untrusted processes. You should not use this option unless the
               service is designed to receive a Dinit control socket.
 
+logfile = (log file path)
+   Specifies the log file for the service. Output from the service process
+   will go this file.
+
 
 Controlling services
 =-=-=-=-=-=-=-=-=-=-