[Pkg-libvirt-commits] [libvirt] 02/02: Disable service timeout for libvirt-guests

Guido Guenther agx at moszumanska.debian.org
Tue Nov 17 16:07:30 UTC 2015


This is an automated email from the git hooks/post-receive script.

agx pushed a commit to branch debian/sid
in repository libvirt.

commit 37efceddc4cd38a8ba83b5ac7bb44f8ec28af32f
Author: Guido Günther <agx at sigxcpu.org>
Date:   Tue Nov 17 17:06:21 2015 +0100

    Disable service timeout for libvirt-guests
    
    Closes: #803714
---
 ...Disable-service-timeout-for-libvirt-guests.patch | 21 +++++++++++++++++++++
 debian/patches/series                               |  1 +
 2 files changed, 22 insertions(+)

diff --git a/debian/patches/Disable-service-timeout-for-libvirt-guests.patch b/debian/patches/Disable-service-timeout-for-libvirt-guests.patch
new file mode 100644
index 0000000..fc5d601
--- /dev/null
+++ b/debian/patches/Disable-service-timeout-for-libvirt-guests.patch
@@ -0,0 +1,21 @@
+From: =?utf-8?q?Guido_G=C3=BCnther?= <agx at sigxcpu.org>
+Date: Tue, 17 Nov 2015 17:05:30 +0100
+Subject: Disable service timeout for libvirt-guests
+
+Closes: #803714
+---
+ tools/libvirt-guests.service.in | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/tools/libvirt-guests.service.in b/tools/libvirt-guests.service.in
+index fc353f0..cb1d7bd 100644
+--- a/tools/libvirt-guests.service.in
++++ b/tools/libvirt-guests.service.in
+@@ -13,6 +13,7 @@ ExecStop=@libexecdir@/libvirt-guests.sh stop
+ Type=oneshot
+ RemainAfterExit=yes
+ StandardOutput=journal+console
++TimeoutStopSec=0
+ 
+ [Install]
+ WantedBy=multi-user.target
diff --git a/debian/patches/series b/debian/patches/series
index a1b31c3..086d925 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -13,3 +13,4 @@ debian/Use-upstreams-polkit-rule.patch
 Allow-access-to-libnl-3-config-files.patch
 debian/apparmor_profiles_local_include.patch
 debian/libsystemd.patch
+Disable-service-timeout-for-libvirt-guests.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libvirt.git



More information about the Pkg-libvirt-commits mailing list