ansible-roles/ghn-gcore/gcore-base/templates/gcore-start.sh

7 lines
204 B
Bash
Executable File

#!/bin/bash
export GLOBUS_LOCATION={{ globus_location }}
export PATH=$PATH:$GLOBUS_LOCATION/bin
export ANT_HOME={{ ant_location }}
nohup {{ globus_location }}/bin/gcore-start-container -p {{ ghn_port }}