#!/bin/sh

# chkconfig: 2345 20 80
# description: MaxScale database proxy
# processname: maxscale
echo "Init scripts are not supported on this platform, use either systemd or launch MaxScale manually"
exit 1
