Files
commafeed/.openshift/action_hooks/start
2014-09-13 00:13:48 -03:00

4 lines
155 B
Bash
Executable File

#!/bin/bash
cd $OPENSHIFT_REPO_DIR
nohup java -jar target/commafeed.jar server .openshift/config.mysql.yml > ${OPENSHIFT_DIY_LOG_DIR}/commafeed.log 2>&1 &