Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package diamond This upload improves (even if only slightly, as a proper solution is still being worked on by upstream) the stop/restart time of diamond, by setting the systemd killmode to mixed. A source debdiff is attached unblock diamond/4.0.515-4 -- System Information: Debian Release: stretch/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.2.0-1-amd64 (SMP w/8 CPU cores) Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)
diff -Nru diamond-4.0.515/debian/changelog diamond-4.0.515/debian/changelog --- diamond-4.0.515/debian/changelog 2017-01-22 17:28:37.000000000 -0500 +++ diamond-4.0.515/debian/changelog 2017-05-28 15:48:29.000000000 -0400 @@ -1,3 +1,10 @@ +diamond (4.0.515-4) unstable; urgency=medium + + * debian/diamond.service + - set KillMode to `mixed`; Closes: #854842 + + -- Sandro Tosi <mo...@debian.org> Sun, 28 May 2017 15:48:29 -0400 + diamond (4.0.515-3) unstable; urgency=medium * debian/control diff -Nru diamond-4.0.515/debian/diamond.service diamond-4.0.515/debian/diamond.service --- diamond-4.0.515/debian/diamond.service 2016-02-16 09:29:38.000000000 -0500 +++ diamond-4.0.515/debian/diamond.service 2017-05-28 15:48:15.000000000 -0400 @@ -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