Merge pull request #2158 from donaldsharp/timeouts

redhat, tools: Increase startup time out a bit
This commit is contained in:
Jafar Al-Gharaibeh 2018-05-03 09:45:04 -05:00 committed by GitHub
commit babf583e63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ Type=forking
NotifyAccess=all NotifyAccess=all
StartLimitInterval=3m StartLimitInterval=3m
StartLimitBurst=3 StartLimitBurst=3
TimeoutSec=1m TimeoutSec=2m
WatchdogSec=60s WatchdogSec=60s
RestartSec=5 RestartSec=5
Restart=on-abnormal Restart=on-abnormal

View File

@ -10,7 +10,7 @@ Type=forking
NotifyAccess=all NotifyAccess=all
StartLimitInterval=3m StartLimitInterval=3m
StartLimitBurst=3 StartLimitBurst=3
TimeoutSec=1m TimeoutSec=2m
WatchdogSec=60s WatchdogSec=60s
RestartSec=5 RestartSec=5
Restart=on-abnormal Restart=on-abnormal