File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -443,7 +443,7 @@ ExecStart=/usr/local/pgsql/bin/postgres -D /usr/local/pgsql/data
443
443
ExecReload=/bin/kill -HUP $MAINPID
444
444
KillMode=mixed
445
445
KillSignal=SIGINT
446
- TimeoutSec=0
446
+ TimeoutSec=infinity
447
447
448
448
[Install]
449
449
WantedBy=multi-user.target
@@ -455,11 +455,11 @@ WantedBy=multi-user.target
455
455
<para>
456
456
Consider carefully the timeout
457
457
setting. <application>systemd</application> has a default timeout of 90
458
- seconds as of this writing and will kill a process that does not notify
458
+ seconds as of this writing and will kill a process that does not report
459
459
readiness within that time. But a <productname>PostgreSQL</productname>
460
460
server that might have to perform crash recovery at startup could take
461
- much longer to become ready. The suggested value of 0 disables the
462
- timeout logic.
461
+ much longer to become ready. The suggested value
462
+ of <literal>infinity</literal> disables the timeout logic.
463
463
</para>
464
464
</listitem>
465
465
You can’t perform that action at this time.
0 commit comments