diff options
Diffstat (limited to 'assets/chroot-helpers')
-rw-r--r-- | assets/chroot-helpers/policy-rc.d | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/chroot-helpers/policy-rc.d b/assets/chroot-helpers/policy-rc.d new file mode 100644 index 0000000..2e1cbf2 --- /dev/null +++ b/assets/chroot-helpers/policy-rc.d @@ -0,0 +1,5 @@ +#!/bin/sh +# +# From https://wiki.debian.org/chroot#Configuration +# This prevents daemons from being started upon installation. +exit 101 |