Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Hi, the attached patch fixes an issue with acpid running under systemd. acpid ships its own unit files for systemd, instead of using the init script. The one that should've replaced the init script does, however, not get activated with the acpid package in wheezy and hence acpid does not start on boot. This means, for instance, that VMs running wheezy with systemd will not respond to the power button. This is how libvirt & KVM signal that a VM should shut itself down. The patch, courtesy of Michael Biebl, is very minimal: diff --git a/debian/acpid.service b/debian/acpid.service index 733edc9..b998711 100644 --- a/debian/acpid.service +++ b/debian/acpid.service @@ -5,3 +5,6 @@ Requires=acpid.socket [Service] StandardInput=socket ExecStart=/usr/sbin/acpid + +[Install] +WantedBy=multi-user.target Could the acpid maintainers upload this change with version 1:2.0.16-1+deb7u1 to t-p-u? Unstable does contain a new upstream version and hence the fix cannot propagate from there, even though it's fixed in unstable already. Kind regards Philipp Kern -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20130224113724.1031.77279.report...@spike.0x539.de