summaryrefslogtreecommitdiff
path: root/etc/rs.single
blob: 1dc3a0732ac3389ab65333815819d4616be1ba12 (plain)
1
2
3
4
5
6
#!/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
/sbin/minix-service down "$1"