#!/bin/bash

 . /etc/rc.conf
 . /etc/rc.d/functions

stat_runit "Starting smartd"

exec /usr/bin/smartd -n -c /etc/smartd.conf -q never &>/dev/null
