blob: 27d5403bc32e232569fad578784d50a5f50e0071 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Startup defaults for sargon docker plugin.
#
# This file is a valid shell script defining variables that control
# the startup of the sargon daemon by /etc/rc.d/rc.sargon.
# Change to "yes" in order to enable tracing of the decisions taken by sargon.
SARGON_TRACE=no
# Change to "yes" to enable verbose debugging.
SARGON_DEBUG=no
|