Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Debian QA
jenkins.debian.net
Commits
099e91bc
Commit
099e91bc
authored
Nov 06, 2018
by
Holger Levsen
Browse files
reproducible: default from stretch
Signed-off-by:
Holger Levsen
<
holger@layer-acht.org
>
parent
ac5d43ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
hosts/jenkins/etc/default/schroot
0 → 100644
View file @
099e91bc
# 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").
# Action to perform when the service is stopped. By default, we do
# nothing (set to "none"). If all sessions should be automatically
# ended, set to "end". If this is set to "none", START_ACTION should
# probably be set to "recover" to avoid broken sessions on restart.
STOP_ACTION="none"
# 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")?
START_ACTION="recover"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment