From: Michael Prokop Date: Tue, 10 Mar 2015 13:49:41 +0000 (+0100) Subject: Do not stop hosts' SSH + mdadm services in cleanup procedure X-Git-Tag: v0.69~7 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=f992b13b0e020e75dd4d6592f8d18f0ccafe9e5f;hp=f992b13b0e020e75dd4d6592f8d18f0ccafe9e5f;p=grml-debootstrap.git Do not stop hosts' SSH + mdadm services in cleanup procedure The init script uses start-stop-daemon with the pidfile /var/run/sshd.pid. We can't just stop the service from outside the chroot because this terminates the process of the host system instead of the process *inside* the chroot. Thanks: Sebastian Pipping for debugging and bug report Fixes #63 (GH-37, PR 71) ---