Skip to content

Set systemd start timeout for drkonqi-coredump-pickup.service

Alessandro Astone requested to merge work/aleasto/pickup-service-timeout into master

The default start timeout might be lower than the 60 seconds we set as wait time before starting, which results in the service getting killed before starting for timeout.

Jan 29 23:12:09 fedora systemd[1593]: Starting drkonqi-coredump-pickup.service - Consume pending crashes using DrKonqi...
Jan 29 23:12:54 fedora systemd[1593]: drkonqi-coredump-pickup.service: start-pre operation timed out. Terminating.
Jan 29 23:12:54 fedora systemd[1593]: drkonqi-coredump-pickup.service: Control process exited, code=killed, status=15/TERM
Jan 29 23:12:54 fedora systemd[1593]: drkonqi-coredump-pickup.service: Failed with result 'timeout'.
Jan 29 23:12:54 fedora systemd[1593]: Failed to start drkonqi-coredump-pickup.service - Consume pending crashes using DrKonqi.

Merge request reports