mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-02 13:06:57 +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