#!/bin/sh
#have replaced pup_event_frontend_d script with compiled daemon.
#this script is called from /root/.xinitrc

[ "`whoami`" != "root" ] && exec sudo -A ${0} "${@}"

exec /usr/local/pup_event/pup_event_ipc "${@}"

###END###
