6 # source application-specific settings
7 [ -f /etc
/conf.d
/smartmon
] && .
/etc
/conf.d
/smartmon
11 stat_busy
"Starting smartmon daemon..."
12 /usr
/bin
/smartmon
-p /var
/run
/smartmon.pid
-t $TIME -d $DEVICES -f /usr
/share
/smartmon
/$SUSPEND_SCRIPT -w $WINDOWS &>/dev
/null
&
21 stat_busy
"Stoping smartmon daemon..."
22 kill `cat /var/run/smartmon.pid` &>/dev
/null
27 echo "usage: $0 {start|stop}"