pup_event_frontend_d 229 B

12345678910
  1. #!/bin/sh
  2. #have replaced pup_event_frontend_d script with compiled daemon.
  3. #this script is called from /root/.xinitrc
  4. [ "`whoami`" != "root" ] && exec sudo -A ${0} ${@}
  5. exec /usr/local/pup_event/pup_event_frontend_d
  6. ###END###