]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/buildd/files/default-schroot
b4131da531f1e0236c0d60053140494823e48f79
[dsa-puppet.git] / modules / buildd / files / default-schroot
1 ##
2 ## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
3 ## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
4 ##
5 # This is a configuration file for /etc/init.d/schroot; it allows you
6 # to perform common modifications to the behavior of schroot
7 # initialization without editing the init script (and thus getting
8 # prompted by dpkg on upgrades).  Note that the defaults defined here
9 # are not used when invoking the schroot command; to configure schroot
10 # behaviour have a look at /etc/schroot/* and the schroot manual page
11 # ("man schroot").
12
13 # What do we want to do with "orphan" sessions when starting or
14 # restarting?  Recover them (leave empty or set to "recover") or just
15 # end them (set to "end")?
16 SESSIONS_RECOVER="end"