X509_USER_PROXY=/tmp/x509up_u55621

DDM_HOME=/opt/dq2

# MySQL
*/5 * * * * source $DDM_HOME/external/environment.sh; source $DDM_HOME/external/mysql/4.0.24/slc3_ia32_gcc323/mysql.sh start

# Various Fetchers (this example is for PICDISK and PICTAPE)
*/3 * * * * [ -e "$HOME/.profile" ] && . $HOME/.profile; source $DDM_HOME/config/AGLT2/environment.sh; python $DDM_HOME/DQ2/siteservices/executor/classic/Fetcher.py -i 1 AGLT2 > /dev/null 2>&1

# Start DQ2 subscription handler - the site services 'machine'
*/3 * * * * [ -e "$HOME/.profile" ] && . $HOME/.profile; source $DDM_HOME/config/AGLT2/environment.sh; python $DDM_HOME/DQ2/siteservices/executor/classic/SubscriptionHandler.py > /dev/null 2>&1

# HTTPD
*/10 * * * * [ -e "$HOME/.profile" ] && . $HOME/.profile; source $DDM_HOME/config/AGLT2/environment.sh; source $DDM_HOME/server_env.sh; $DDM_HOME/httpd/bin/apachectl -k start > /dev/null 2>&1

-- ShawnMcKee - 13 Dec 2006
Topic revision: r1 - 13 Dec 2006, ShawnMcKee
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback