minix/etc/rs.single
2007-02-16 15:58:05 +00:00

7 lines
220 B
Bash

#!/bin/sh
# 'Recovery' script that doesn't. This script is to be used for drivers that
# should not be restarted. Instead, the scripts configures the driver 'down'.
#echo "Arguments: $@" >/dev/console
service down "$1"