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

functions.install_supervisord.sh Maven / Gradle / Ivy

The newest version!

function install_supervisord() {
    retry_apt_get install -y supervisor
    /etc/init.d/supervisor stop
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy