All Downloads are FREE. Search and download functionalities are using the official Maven repository.

amework.patriot-api.2.0.0.source-code.start_daemons Maven / Gradle / Ivy

#!/bin/bash
# Bash script for starting all necessary deamons for app gatweway

flask run --host=0.0.0.0 &
/iptables-api/iptables-api -ip 0.0.0.0 &
exec "$@"





© 2015 - 2024 Weber Informatics LLC | Privacy Policy