keepalive changes to VDadapt
git-svn-id: svn://192.168.202.10@228 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -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`;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user