path: pandorafms-agent_6.0-1/debian/pandorafms-agent.init.d
	pidof -x $DAEMON > /dev/null || return 1
	kill `pidof -x $DAEMON`
	for i in `seq 1 5`; do
		if pidof -x $DAEMON > /dev/null; then
