keepalive changes to VDadapt

git-svn-id: svn://192.168.202.10@228 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2006-08-28 16:00:02 +00:00
parent 292d221048
commit ac809df214
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ if (!$running_VDAD)
{
if ($DB) {print "starting AST_VDadapt...\n";}
# add a '-L' to the command below to activate logging
`/usr/bin/screen -d -m -S ASTVDadapt $PATHhome/AST_VDadapt.pl`;
`/usr/bin/screen -d -m -S ASTVDadapt $PATHhome/AST_VDadapt.pl --debug`;
}
}
+7
View File
@@ -172,6 +172,13 @@ if (length($ARGV[0])>1)
}
}
}
else
{
$CLIcampaign = '';
$CLIlevel = '';
$CLIloops = '1000000';
$CLIdelay = '1';
}
# default path to astguiclient configuration file:
$PATHconf = '/etc/astguiclient.conf';