From 97d3f223219688d4e65cf32508e67da37fdad4d2 Mon Sep 17 00:00:00 2001 From: Davin McCall Date: Tue, 27 Jun 2017 19:30:45 +0100 Subject: [PATCH] Fix spacing / remove hard tabs. --- README | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README b/README index 89925c4..6c7bd26 100644 --- a/README +++ b/README @@ -177,16 +177,16 @@ restart-limit-interval = XXX.YYYY restarting ad infinitum. restart-limit-count = NNN - Specifies the maximum number of times that a service can automatically - restart over the interval specified by restart-limit-interval (default of - 10 seconds). Specify a value of 0 to disable the restart limit. + Specifies the maximum number of times that a service can automatically + restart over the interval specified by restart-limit-interval (default of + 10 seconds). Specify a value of 0 to disable the restart limit. stop-timeout = XXX.YYYY - Specifies the time in seconds allowed for the service to stop. If the - service takes longer than this, its process group is sent a SIGKILL signal - which should cause it to terminate immediately. The timeout period begins - only when all dependent services have already stopped. The default stop - timeout is 10 seconds. + Specifies the time in seconds allowed for the service to stop. If the + service takes longer than this, its process group is sent a SIGKILL signal + which should cause it to terminate immediately. The timeout period begins + only when all dependent services have already stopped. The default stop + timeout is 10 seconds. pid-file = (path to file) For "bgprocess" type services only; specifies the path of the file where -- 2.25.1