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