[akmods] Fix rfbz #4023

Sérgio M. Basto sergiomb at rpmfusion.org
Wed Aug 17 20:15:14 CEST 2016


commit 10c29f3e50c1c7846fd963265970ed042f96d8ce
Author: Sérgio M. Basto <sergio at serjux.com>
Date:   Wed Aug 17 19:13:39 2016 +0100

    Fix rfbz #4023
    
    Change the default timeout of systemd which is 90 seconds to 5 minutes.

 akmods-shutdown.service | 1 +
 1 file changed, 1 insertion(+)
---
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


More information about the rpmfusion-commits mailing list