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

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

     stat_runit "Stopping smartd"
     kill -9 `pidof /usr/sbin/smartd` &>/dev/null
     rm_daemon smartd
     stat_done