mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-12 19:02:12 +00:00
On newer version of systemd-coredump, coredump handled in systemd-coredump@.service, and may causes timeout while running the systemd unit, like this: systemd[1]: systemd-coredump@xxxx.service: Service reached runtime time limit. Stopping. To prevent that, we need to override TimeoutStartSec=infinity. Fixes #9837 Closes #9841