summaryrefslogtreecommitdiffstats
path: root/abs/core/runit-scripts/runitscripts/services/smartd/run
blob: f4f70c1d47f04d8dd1708b9182c5b2881eebad98 (plain)
1
2
3
4
5
6
7
8
#!/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