#!/bin/sh /var/packages/ScsiTarget/target/bin/synolunbkp "$@" & pid=$! trap 'kill $pid' SIGTERM SIGKILL wait $pid