]> git.proxmox.com Git - mirror_smartmontools-debian.git/blob - debian/smartd-runner
Update to Standards-Version 3.9.5, no changes need
[mirror_smartmontools-debian.git] / debian / smartd-runner
1 #!/bin/bash -e
2
3 tmp=$(tempfile)
4 cat >$tmp
5
6 run-parts --report --lsbsysinit --arg=$tmp --arg="$1" \
7 --arg="$2" --arg="$3" -- /etc/smartmontools/run.d
8
9 rm -f $tmp
10