summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorJoey Hess2017-11-17 19:53:20 -0400
committerJoey Hess2017-11-17 19:53:20 -0400
commit21c3ff1daaed28647413cd1fb4ce4fc69f9f592a (patch)
tree35aa28e4e19b497df78e72a382ca44a5065dfe19 /debian/changelog
parentb98e3a8b8a4b5c7015fa3889ce124842eb2b7fd8 (diff)
don't start services in chroots
Service: Changed to use invoke-rc.d rather than service for starting services. This notably means that in chroots, services will not be started. This seems like the right thing to do, because running services inside a chroot is problimatic. Use a real container system for running services. Fixes the problem that, when building a disk image, using eg, Apt.servicesInstalledRunning caused the service to be started in the chroot, even though a policy-rc.d was in place to prevent it, because the "service" command does not check policy-rc.d. This commit was sponsored by John Peloquin on Patreon.
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 894c906f..75a0df5c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,9 @@ propellor (4.9.1) UNRELEASED; urgency=medium
* Uboot: New module.
* Machine: New module, machine-specific properties for ARM boards are
being collected here.
+ * Service: Changed to use invoke-rc.d rather than service for starting
+ services. This notably means that in chroots, services will not be
+ started.
-- Joey Hess <id@joeyh.name> Thu, 02 Nov 2017 10:28:44 -0400