55ee787
# This file is part of the systemd package.
55ee787
# See https://fedoraproject.org/wiki/Changes/Shorter_Shutdown_Timer.
55ee787
#
55ee787
# To facilitate debugging when a service fails to stop cleanly,
55ee787
# TimeoutStopFailureMode=abort is set to "crash" services that fail to stop in
55ee787
# the time allotted. This will cause the service to be terminated with SIGABRT
55ee787
# and a coredump to be generated.
55ee787
#
55ee787
# To undo this configuration change, create a mask file:
55ee787
#   sudo mkdir -p /etc/systemd/system/service.d
55ee787
#   sudo ln -sv /dev/null /etc/systemd/system/service.d/10-timeout-abort.conf
55ee787
55ee787
[Service]
55ee787
TimeoutStopFailureMode=abort