3 # source application-specific settings
4 [ -f /etc
/conf.d
/vethd
] && .
/etc
/conf.d
/vethd
9 PID
=`pidof /usr/bin/vethd`
12 stat_busy
"Starting vethd"
13 if [ -z "$PID" ]; then
14 /usr
/bin
/vethd
$VETHD_ARGS >/dev
/null
&
15 PID
=`pidof /usr/bin/vethd`
16 if [ -z "$PID" ]; then
27 stat_busy
"Stopping vethd"
28 [ ! -z "$PID" ] && kill $PID &> /dev
/null
42 echo "usage: $0 {start|stop|restart}"