#!/bin/sh

# Stop all services
CreoleService all stop

# Start only enabled ones
CreoleService all start
