minix/etc/rs.single

7 lines
220 B
Plaintext
Raw Normal View History

#!/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'.
2007-02-16 16:58:05 +01:00
#echo "Arguments: $@" >/dev/console
service down "$1"