6 lines
220 B
Bash
6 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"
|