#!/bin/bash

NAME="ZXPS7Config"
echo "--- Installation ---"
update-rc.d "$NAME" defaults
service "$NAME" start

#update-rc.d "$NAME" remove


