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