diff options
Diffstat (limited to 'services/smartd/finish')
-rwxr-xr-x | services/smartd/finish | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/services/smartd/finish b/services/smartd/finish new file mode 100755 index 0000000..85e568f --- /dev/null +++ b/services/smartd/finish @@ -0,0 +1,3 @@ +#!/bin/sh +# no devices found, disable smartd +[ $1 = 17 ] && sv d $(dirname $0) |