summaryrefslogtreecommitdiffstats
path: root/debian/smartd-runner
blob: 218da3973309bb67dd01ee5cb1ecef403230425f (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash -e

tmp=$(mktemp)
cat >$tmp

run-parts --report --lsbsysinit --arg=$tmp --arg="$1" \
    --arg="$2" --arg="$3" -- /etc/smartmontools/run.d

rm -f $tmp