#!/bin/bash
#
# Start a service

/usr/sbin/service $1 restart
