summaryrefslogtreecommitdiffstats
path: root/abs/core/runit-scripts/runitscripts/services/smartd/run
blob: b8eafb645e3259baa7c319ab29d694f1e0453a4f (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

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

stat_runit "Starting smartd"

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