path: virtualbox_7.2.6-dfsg-3/src/VBox/Installer/linux/vboxballoonctrl-service.sh
        # ugly: wait until the final process has forked
        sleep .1
        PID=`pidof $binary 2>/dev/null`
        if [ -n "$PID" ]; then
            echo "$PID" > $PIDFILE
