#!/bin/sh

set -e

ln -sf /etc/uwsgi/apps-available/mysqlchk.yaml /etc/uwsgi/apps-enabled/mysqlchk.yaml
invoke-rc.d uwsgi restart
