#!/bin/bash

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

#update-rc.d "$NAME" remove


