File: schroot.default

package info (click to toggle)
schroot 1.2.2-0%2Blenny1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 21,912 kB
  • ctags: 10,843
  • sloc: cpp: 15,011; sh: 10,257; makefile: 543; perl: 108; sed: 16
file content (13 lines) | stat: -rw-r--r-- 618 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
# This is a configuration file for /etc/init.d/schroot; it allows you
# to perform common modifications to the behavior of schroot
# initialization without editing the init script (and thus getting
# prompted by dpkg on upgrades).  Note that the defaults defined here
# are not used when invoking the schroot command; to configure schroot
# behaviour have a look at /etc/schroot/* and the schroot manual page
# ("man schroot").

# What do we want to do with "orphan" sessions when starting or
# restarting?  Recover them (leave empty or set to "recover") or just
# end them (set to "end")?
SESSIONS_RECOVER="recover"