Re: systemd service start - disable timeout with "infinity"
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: jordan@jwillikers.com
Cc: pgsql-docs@lists.postgresql.org
Date: 2022-03-20T16:11:19Z
Lists: pgsql-docs
PG Doc comments form <noreply@postgresql.org> writes: > In the service start section of the documentation, it is stated that using a > value of zero for TimeoutSec disables the systemd timeout. This is not > accurate and according to the documentation of systemd, > https://www.freedesktop.org/software/systemd/man/systemd.service.html#TimeoutStartSec=, > this should be set to "infinity" to disable the timeout. Hmm ... maybe zero works too, or worked when this was written? But you're right that "infinity" is now the documented way to do it. Will fix, thanks for the report. regards, tom lane
Commits
-
Doc: fix our example systemd script.
- 0de9b999d14f 10.21 landed
- f693e9964010 11.16 landed
- 88418aacc9ff 12.11 landed
- 36c3acb397e1 13.7 landed
- a1efc8f8c820 14.3 landed
- 3f513ac7935d 15.0 landed