File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ New in 8.0 version:
66 --with-systemd, which simplifies the start/stop handling (we can
77 stop shipping postgresql-ctl wrapper, e.g.).
88
9+ * systemd service doesn't have the artificial timeout for PostgreSQL
10+ server start/stop (was 10 minutes before).
11+
912~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1013
1114New in 7.0 version:
Original file line number Diff line number Diff line change @@ -37,10 +37,8 @@ ExecReload=/bin/kill -HUP $MAINPID
3737KillMode=mixed
3838KillSignal=SIGINT
3939
40- # Give a reasonable amount of time for the server to start up/shut down.
41- # Ideally, the timeout for starting PostgreSQL server should be handled more
42- # nicely by pg_ctl in ExecStart, so keep its timeout smaller than this value.
43- TimeoutSec=300
40+ # No artificial start/stop timeout (rhbz#1525477, pgrpms#2786).
41+ TimeoutSec=0
4442
4543[Install]
4644WantedBy=multi-user.target
You can’t perform that action at this time.
0 commit comments