
t.piezo-worker_2.11.1.12.source-code.run.sh Maven / Gradle / Ivy
#!/bin/bash
SOURCE_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
DEPS_DIR="$SOURCE_DIR/../../../target/staged"
QUARTZ_PROPS_FILE="$SOURCE_DIR/quartz.properties"
java -Dorg.quartz.properties=$QUARTZ_PROPS_FILE -Dpidfile.path=/tmp/pid -Dnetworkaddress.cache.ttl=10 -Dnetworkaddress.cache.negative.ttl=10 -cp "${DEPS_DIR}/*" com.lucidchart.piezo.Worker
© 2015 - 2025 Weber Informatics LLC | Privacy Policy