path: tgt_1:1.0.85-1.3/debian/tests/daemon
DAEMON=tgtd
if pidof -x $DAEMON > /dev/null; then
    echo "OK"
else
