Skip to content

Commit a5449bb

Browse files
committed
fix: increase the start timeout to 1 day
1 parent fdb0565 commit a5449bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/files/postgresql_config/postgresql.service.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ExecReload=/bin/kill -HUP $MAINPID
1414
KillMode=mixed
1515
KillSignal=SIGINT
1616
TimeoutStopSec=90
17-
TimeoutStartSec=1800
17+
TimeoutStartSec=86400
1818
Restart=always
1919
RestartSec=5
2020
OOMScoreAdjust=-1000

0 commit comments

Comments
 (0)