> > Do you really want signal handlers, or do you want to do stuff on > shutdown? If you want to do stuff on shutdown, just add code in your > service's stopService. > Both. E.g, I'd like to reload a couple of configuration files when I receive SIGHUP. Yun