From 10c29f3e50c1c7846fd963265970ed042f96d8ce Mon Sep 17 00:00:00 2001 From: Sérgio M. Basto Date: Aug 17 2016 18:13:39 +0000 Subject: Fix rfbz #4023 Change the default timeout of systemd which is 90 seconds to 5 minutes. --- diff --git a/akmods-shutdown.service b/akmods-shutdown.service index 379381f..7fcccc1 100644 --- a/akmods-shutdown.service +++ b/akmods-shutdown.service @@ -8,6 +8,7 @@ Type=oneshot RemainAfterExit=yes ExecStart=/bin/true ExecStop=-/usr/sbin/akmods-shutdown +TimeoutStopSec=5min [Install] WantedBy=multi-user.target