etc: replace one more "service" with minix-service

This omission would cause the test set to hang, at least, if the
old /bin/service was indeed deleted.

Change-Id: I9423ecc77a4bf778973de81a49300748ce8c3dfd
This commit is contained in:
David van Moolenbroek 2017-02-25 23:59:13 +00:00
parent 8898fa503b
commit 1d9650c9c5

View File

@ -3,4 +3,4 @@
# 'Recovery' script that doesn't. This script is to be used for drivers that # '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'. # should not be restarted. Instead, the scripts configures the driver 'down'.
#echo "Arguments: $@" >/dev/console #echo "Arguments: $@" >/dev/console
service down "$1" /sbin/minix-service down "$1"