pypxe / PyPXE

Pure Python PXE (DHCP-(Proxy)/TFTP/HTTP/NBD) Server
MIT License
539 stars 125 forks source link

dhcp: only install signal handlers from the server #197

Closed tanty closed 2 years ago

tanty commented 2 years ago

"Silently" installing signal handlers from a module that may be imported from another project is not the best idea.

Instead we move them to the server, which is where we want them here and as an usage example for other PyPXE users.