Ejemplo n.º 1
0
def configure_services():
    """Ensures correct init and running scripts for services are installed."""
    cron.configure()
    supervisor.configure()
    postgresql.configure()
    nginx.configure()
    solr.configure()
Ejemplo n.º 2
0
def configure_services():
    """Ensures correct init and running scripts for services are installed."""
    supervisor.configure()
    nginx.configure()
Ejemplo n.º 3
0
def configure_services():
    """Ensures correct init and running scripts for services are installed."""
    supervisor.configure()
    nginx.configure()