#!/bin/sh
# 'Recovery' script immediately restarts.
echo "Arguments: $@" >/dev/console
service restart "$1"