xref: /minix3/etc/rs.single (revision 1d9650c9c548b1e4b95e98a3c4f337c2365ab3c6)
1#!/bin/sh
2
3# 'Recovery' script that doesn't. This script is to be used for drivers that
4# should not be restarted. Instead, the scripts configures the driver 'down'.
5#echo "Arguments: $@" >/dev/console
6/sbin/minix-service down "$1"
7