path: strongswan_6.0.4-1/debian/tests/daemon
for daemon in $DAEMONS; do
    if pidof -x $daemon > /dev/null; then
        echo "$daemon OK"
    else
