You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
257 B

  1. #!/bin/sh /etc/rc.common
  2. START=94
  3. start() {
  4. [ -d /var/lib/schroot ] || {
  5. mkdir -p /var/lib/schroot/mount /var/lib/schroot/session /var/lib/schroot/unpack /var/lib/schroot/union/overlay /var/lib/schroot/union/underlay
  6. chmod 0700 /var/lib/schroot
  7. }
  8. }