summaryrefslogtreecommitdiff
path: root/source4/scripting/devel/howto/tridge.conf
diff options
context:
space:
mode:
Diffstat (limited to 'source4/scripting/devel/howto/tridge.conf')
-rw-r--r--source4/scripting/devel/howto/tridge.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/scripting/devel/howto/tridge.conf b/source4/scripting/devel/howto/tridge.conf
index 11fc59260ab..82e94998c7e 100644
--- a/source4/scripting/devel/howto/tridge.conf
+++ b/source4/scripting/devel/howto/tridge.conf
@@ -6,6 +6,9 @@ SOURCETREE : /home/tridge/samba/git/howto
# where to install Samba to
PREFIX : /home/tridge/samba/git/prefix.howto
+# debug level which will be put in smb.conf
+DEBUGLEVEL : 1
+
# commands to control VMs
VM_POWEROFF : su tridge -c "VBoxManage controlvm ${VMNAME} poweroff"
VM_RESTORE : su tridge -c "VBoxManage snapshot ${VMNAME} restore ${SNAPSHOT} && VBoxManage startvm ${VMNAME}"