[Python-apps-commits] r14085 - in packages/diamond/trunk/debian (changelog diamond.service)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Sun May 28 19:48:16 UTC 2017


    Date: Sunday, May 28, 2017 @ 19:48:15
  Author: morph
Revision: 14085

* debian/diamond.service
  - set KillMode to `mixed`; Closes: #854842

Modified:
  packages/diamond/trunk/debian/changelog
  packages/diamond/trunk/debian/diamond.service

Modified: packages/diamond/trunk/debian/changelog
===================================================================
--- packages/diamond/trunk/debian/changelog	2017-05-27 11:58:30 UTC (rev 14084)
+++ packages/diamond/trunk/debian/changelog	2017-05-28 19:48:15 UTC (rev 14085)
@@ -1,3 +1,10 @@
+diamond (4.0.515-4) UNRELEASED; urgency=medium
+
+  * debian/diamond.service
+    - set KillMode to `mixed`; Closes: #854842
+
+ -- Sandro Tosi <morph at debian.org>  Sun, 28 May 2017 13:20:29 -0400
+
 diamond (4.0.515-3) unstable; urgency=medium
 
   * debian/control

Modified: packages/diamond/trunk/debian/diamond.service
===================================================================
--- packages/diamond/trunk/debian/diamond.service	2017-05-27 11:58:30 UTC (rev 14084)
+++ packages/diamond/trunk/debian/diamond.service	2017-05-28 19:48:15 UTC (rev 14085)
@@ -4,6 +4,7 @@
 [Service]
 ExecStart=/usr/bin/python /usr/bin/diamond --log-stdout --foreground
 Restart=on-abort
+KillMode=mixed
 
 [Install]
 WantedBy=multi-user.target




More information about the Python-apps-commits mailing list