diff --git a/etc/rs.single b/etc/rs.single index 474efdd2c..1dc3a0732 100644 --- a/etc/rs.single +++ b/etc/rs.single @@ -3,4 +3,4 @@ # '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" +/sbin/minix-service down "$1"