#!/bin/sh

#This script is invoked from rpm installer to restart cloud-agent post upgrade.

sleep 60s
/usr/local/qualys/cloud-agent/bin/qagent_restart.sh
