minix3/drivers/storage/ramdisk/etc/rs.single

7 lines
220 B
Plaintext
Raw Normal View History

2020-02-21 00:59:27 +05:30
#!/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"