Unable to start elasticsearch after upgrade 7.17 -> 8.2 timeout was exceeded

It seems I have resolved it by adding NotifyAccess=all
to service.d conf file

since then it starts normally

tode01prahkz:/etc/systemd/system/elasticsearch.service.d# cat /etc/systemd/system/elasticsearch.service.d/startup-timeout.conf
[Service]
TimeoutStartSec=180
NotifyAccess=all

3 Likes