#!/bin/sh
# this script is special, it gets called when some other script failes
# first parameter is the failed script,
# second is the intended action (start|stop)
run-parts --arg="$1" --arg="$2" /etc/init.d/failed.d
