#!/bin/sh
PID=`pidof gpe-appmgr`
[ "$PID" ] && kill -HUP $PID || exit 0

